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

pub struct CargoTestError {
    pub desc: String,
    pub exit: Option<ExitStatus>,
    pub causes: Vec<ProcessError>,
}

Error when testcases fail

Fields

Methods

impl CargoTestError
[src]

Trait Implementations

impl Display for CargoTestError
[src]

Formats the value using the given formatter.

impl Debug for CargoTestError
[src]

Formats the value using the given formatter.

impl Error for CargoTestError
[src]

A short description of the error. Read more

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

impl CargoError for CargoTestError
[src]