Struct cargo::util::errors::ProcessError [] [src]

pub struct ProcessError {
    pub desc: String,
    pub exit: Option<ExitStatus>,
    pub output: Option<Output>,
    // some fields omitted
}

Fields

Trait Implementations

impl Error for ProcessError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for ProcessError
[src]

Formats the value using the given formatter.

impl Debug for ProcessError
[src]

Formats the value using the given formatter.

impl CargoError for ProcessError
[src]