Type Alias valence::ecs::query::ROQueryItem
pub type ROQueryItem<'w, D> = <<D as QueryData>::ReadOnly as WorldQuery>::Item<'w>;
Expand description
The read-only variant of the item type returned when a QueryData
is iterated over immutably