[][src]Trait iza::resource::CommandExecutor

pub trait CommandExecutor: Executor {
    fn new_execution_of_command_strings(
        &self,
        command_strings: &CommandStrings
    ) -> Arc<Execution<Box<dyn FnOnce()>>> { ... } }

A extension of Executor for command execution

Provided methods

fn new_execution_of_command_strings(
    &self,
    command_strings: &CommandStrings
) -> Arc<Execution<Box<dyn FnOnce()>>>

Executor generate new Execution of CommandStrings

Loading content...

Implementors

impl CommandExecutor for SSHExecutor[src]

Loading content...