Skip to main content

ROQueryItem

Type Alias ROQueryItem 

Source
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