Trait CommandRunner

Source
pub trait CommandRunner {
    // Required method
    fn execute<'a>(&self, program: &str, args: &[&'a str]) -> Result<CmdOutput>;
}

Required Methods§

Source

fn execute<'a>(&self, program: &str, args: &[&'a str]) -> Result<CmdOutput>

Implementors§