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.