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
impl_type_path
The docs of impl_type_path from bevy_reflect didn't mention it's possible to pass trait bounds for generic types like this:
impl_type_path!(::alloc::boxed::Box<T: ?Sized>);
The text was updated successfully, but these errors were encountered:
doc(bevy_reflect): add note about trait bounds on impl_type_path (#…
3367611
…11810) # Objective - fixes #11651
Successfully merging a pull request may close this issue.
How can Bevy's documentation be improved?
The docs of
impl_type_path
from bevy_reflect didn't mention it's possible to pass trait bounds for generic types like this:The text was updated successfully, but these errors were encountered: