Type Alias bevy_ecs::system::ExclusiveSystemParamItem
source · 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
.