Skip to main content

CommandRunner

Trait CommandRunner 

Source
pub trait CommandRunner {
    // Required method
    fn check_command_success(&self, program: &str, args: &[&str]) -> bool;
}

Required Methods§

Source

fn check_command_success(&self, program: &str, args: &[&str]) -> bool

Implementors§