[][src]Trait cli_test_dir::OutputExt

pub trait OutputExt {
    fn stdout_str(&self) -> &str;
fn stderr_str(&self) -> &str; }

Extension methods for std::process::Output.

Required methods

fn stdout_str(&self) -> &str

Get standard output as a str.

fn stderr_str(&self) -> &str

Get standard error as a str.

Loading content...

Implementations on Foreign Types

impl OutputExt for Output[src]

Loading content...

Implementors

Loading content...