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