std_ext

Trait OutputExt

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

Required Methods§

source

fn stdout(&self) -> &str

source

fn stderr(&self) -> &str

Implementations on Foreign Types§

source§

impl OutputExt for Output

source§

fn stdout(&self) -> &str

source§

fn stderr(&self) -> &str

Implementors§