pub fn run_system_with<I>( id: impl Into<SystemId<I>> + Send, input: <I as SystemInput>::Inner<'static>, ) -> impl Commandwhere I: SystemInput + 'static, <I as SystemInput>::Inner<'static>: Send,
A Command that runs the system corresponding to the given SystemId and provides the given input value.
Command
SystemId