logo

Type Definition bevy::ecs::query::QueryFetch

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

The Fetch of a WorldQuery, which declares which data it needs access to