Struct easy_process::Output
[−]
[src]
pub struct Output {
pub stdout: String,
pub stderr: String,
}Holds the output for a givin 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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more