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

pub struct CliError {
    pub error: Option<CargoError>,
    pub unknown: bool,
    pub exit_code: i32,
}

Fields

Methods

impl CliError
[src]

Trait Implementations

impl Debug for CliError
[src]

Formats the value using the given formatter.

impl Error for CliError
[src]

A short description of the error. Read more

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

impl Display for CliError
[src]

Formats the value using the given formatter. Read more

impl From<CargoError> for CliError
[src]

Performs the conversion.