Trait cross::OutputExt

source ·
pub trait OutputExt {
    fn stdout(&self) -> Result<String, CommandError>;
    fn stderr(&self) -> Result<String, CommandError>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl OutputExt for Output

Implementors§