pub type ROQueryItem<'w, D> = QueryItem<'w, <D as QueryData>::ReadOnly>;
The read-only variant of the item type returned when a QueryData is iterated over immutably
QueryData