pub fn run_system<O: 'static>( id: impl Into<SystemId<(), O>> + Send, ) -> impl Command
A Command that runs the system corresponding to the given SystemId.
Command
SystemId