OutputExt

Trait OutputExt 

Source
pub trait OutputExt {
    // Required methods
    fn stderr(&self) -> String;
    fn has_stderr(&self) -> bool;
    fn stdout(&self) -> String;
    fn has_stdout(&self) -> bool;
}

Required Methods§

Source

fn stderr(&self) -> String

Source

fn has_stderr(&self) -> bool

Source

fn stdout(&self) -> String

Source

fn has_stdout(&self) -> bool

Implementations on Foreign Types§

Source§

impl OutputExt for Output

Source§

fn stderr(&self) -> String

Source§

fn has_stderr(&self) -> bool

Source§

fn stdout(&self) -> String

Source§

fn has_stdout(&self) -> bool

Implementors§