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. Read more

impl From<CargoError> for CliError
[src]

Performs the conversion.

impl From<Error> for CliError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for CliError

impl Sync for CliError