bevy_ecs::system::lifetimeless

Type Alias SCommands

Source
pub type SCommands = Commands<'static, 'static>;
Expand description

Commands with 'static lifetimes.

Aliased Typeยง

struct SCommands { /* private fields */ }