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