pub type ExclusiveSystemParamItem<'s, P> = <P as ExclusiveSystemParam>::Item<'s>;
Expand description
Shorthand way of accessing the associated type ExclusiveSystemParam::Item
for a given ExclusiveSystemParam
.
pub type ExclusiveSystemParamItem<'s, P> = <P as ExclusiveSystemParam>::Item<'s>;
Shorthand way of accessing the associated type ExclusiveSystemParam::Item
for a given ExclusiveSystemParam
.