Struct easy_process::Output[][src]

pub struct Output {
    pub stdout: String,
    pub stderr: String,
}

Holds the output for a giving easy_process::run

Fields

The stdout output of the process

The stderr output of the process

Trait Implementations

impl Debug for Output
[src]

Formats the value using the given formatter. Read more

impl Default for Output
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Output

impl Sync for Output