Struct easy_process::Output [−][src]
Holds the output for a giving easy_process::run
Fields
stdout: String
The stdout output of the process
stderr: String
The stderr output of the process
Trait Implementations
impl Debug for Output[src]
impl Debug for Outputfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Output[src]
impl Default for Output