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.