Replies: 1 comment
-
Yes. Edit: And to clarify I mean the derive macro will generate something like this: impl<'a> Reflect for MyStruct<'a>
where
Self: 'static + Send + Sync,
// ...
{
// ...
} That |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example
Beta Was this translation helpful? Give feedback.
All reactions