logo

Type Definition bevy::ecs::query::ROQueryFetch

[]
pub type ROQueryFetch<'w, Q> = <<Q as WorldQuery>::ReadOnly as WorldQueryGats<'w>>::Fetch;
Expand description

The read-only Fetch of a WorldQuery, which declares which data it needs access to when accessed immutably