Skip to main content

run_system

Function run_system 

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

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