ROQueryItem

Type Alias ROQueryItem 

Source
pub type ROQueryItem<'w, 's, D> = QueryItem<'w, 's, <D as QueryData>::ReadOnly>;
Expand description

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