Type Definition bevy::ecs::system::ExclusiveSystemParamItem

pub type ExclusiveSystemParamItem<'s, P> = <<P as ExclusiveSystemParam>::Fetch as ExclusiveSystemParamFetch<'s>>::Item;