pub type SystemParamItem<'w, 's, P> = <P as SystemParam>::Item<'w, 's>;
Expand description

Shorthand way of accessing the associated type SystemParam::Item for a given SystemParam.