Skip to main content

CommandRunner

Trait CommandRunner 

Source
pub trait CommandRunner {
    // Required method
    fn run(&self, command: &str, args: &[String]) -> CommandRunOutput;
}

Required Methods§

Source

fn run(&self, command: &str, args: &[String]) -> CommandRunOutput

Implementors§