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