Type Alias bevy::ecs::system::lifetimeless::SQuery

pub type SQuery<D, F = ()> = Query<'static, 'static, D, F>;
Expand description

A Query with 'static lifetimes.

Aliased Typeยง

struct SQuery<D, F = ()> { /* private fields */ }