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