Macro jumpy::impl_system_param
source · macro_rules! impl_system_param { ( $( #[$m:meta] )* pub struct $t:ident<'a> { $( $( #[$attrs:meta] )* $f_name:ident: $f_ty:ty ),* $(,)? } ) => { ... }; }
Expand description
Macro to “derive” ( not really a derive macro ) SystemParam for a struct.