Trait cli_test_dir::OutputExt [] [src]

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

Extension methods for std::process::Output.

Required Methods

Get standard output as a str.

Get standard error as a str.

Implementors