Type Definition bevy::ecs::query::ROQueryItem

pub type ROQueryItem<'w, Q> = <<Q as WorldQuery>::ReadOnly as WorldQuery>::Item<'w>;
Expand description

The read-only variant of the item type returned when a WorldQuery is iterated over immutably