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

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

Error when testcases fail

Fields

Methods

impl CargoTestError
[src]

[src]

[src]

Trait Implementations

impl Debug for CargoTestError
[src]

[src]

Formats the value using the given formatter.