Trait glory_cli::ext::sync::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§