Type Alias bevy_ecs::system::lifetimeless::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 */ }