Skip to main content

run_system_with

Function run_system_with 

Source
pub fn run_system_with<I>(
    id: impl Into<SystemId<I>> + Send,
    input: I::Inner<'static>,
) -> impl Command
where I: SystemInput<Inner<'static>: Send> + 'static,
Expand description

A Command that runs the system corresponding to the given SystemId and provides the given input value.