bevy_ecs::system::lifetimeless

Type Alias SQuery

Source
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 */ }