std_ext

Trait OutputExt

source
pub trait OutputExt {
    // Required methods
    fn stdout(&self) -> &str;
    fn stderr(&self) -> &str;
    fn success(&self) -> bool;
}

Required Methods§

source

fn stdout(&self) -> &str

source

fn stderr(&self) -> &str

source

fn success(&self) -> bool

Implementations on Foreign Types§

source§

impl OutputExt for Output

source§

fn stdout(&self) -> &str

source§

fn stderr(&self) -> &str

source§

fn success(&self) -> bool

Implementors§