We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!Sized
Thanks for putting this together, I think it'll be really useful.
If you still need a citation for this under dyn Trait:
dyn Trait
Leads to situation where the only implementation for unsized types are default function bodies
you could perhaps link to this thread: https://internals.rust-lang.org/t/feature-idea-generic-trait-methods-on-trait-objects-using-the-default-implementation/15174. (Which I see you posted in.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for putting this together, I think it'll be really useful.
If you still need a citation for this under
dyn Trait
:you could perhaps link to this thread: https://internals.rust-lang.org/t/feature-idea-generic-trait-methods-on-trait-objects-using-the-default-implementation/15174. (Which I see you posted in.)
The text was updated successfully, but these errors were encountered: