Struct shells::Error
[−]
[src]
pub struct Error {
pub code: i32,
pub stdout: String,
pub stderr: String,
}Struct holding the resulting environment after executing a failed command with the wrap_*
family of macros. It implements the Error trait and its implementation of the Display trait is
identical to the implementation of the Display trait of its stderr field.
Fields
code | |
stdout | |
stderr |