Trait CommandLogExt

Source
pub trait CommandLogExt {
    // Required methods
    fn spawn_with_log(&mut self) -> Result<Child>;
    fn output_with_log(&mut self) -> Result<Output>;

    // Provided method
    fn status_with_log(&mut self) -> Result<ExitStatus> { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Source§

impl CommandLogExt for Command

Implementors§