std_ext

Trait CommandExt

source
pub trait CommandExt {
    // Required method
    fn run(&mut self) -> Result<()>;
}

Required Methods§

source

fn run(&mut self) -> Result<()>

Implementations on Foreign Types§

source§

impl CommandExt for Command

source§

fn run(&mut self) -> Result<()>

Implementors§