-
|
The |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
There is a |
Beta Was this translation helpful? Give feedback.
-
|
I had the same question after realising I could put the params in any order (wondering how that was valid). Thanks for the answer @bjorn3 |
Beta Was this translation helpful? Give feedback.
There is a
impl<Params, S> IntoSystemDescriptor<Params> for S where S: IntoSystem<(), (), Params>implementation.IntoSystemis implemented for all types implementingSystemParamFunctionwhich is implemented for functions.