Type Definition bevy_ecs::system::lifetimeless::SQuery

source ·
pub type SQuery<Q, F = ()> = Query<'static, 'static, Q, F>;