Type Alias valence::ecs::system::lifetimeless::SCommands
pub type SCommands = Commands<'static, 'static>;
Expand description
Commands
with 'static
lifetimes.
Aliased Typeยง
struct SCommands { /* private fields */ }