Skip to main content

run_system

Function run_system 

Source
pub fn run_system<O>(id: impl Into<SystemId<(), O>> + Send) -> impl Command
where O: 'static,
Expand description

A Command that runs the system corresponding to the given SystemId.