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

pub struct Human<E>(pub E);

Trait Implementations

impl<E: Error> Error for Human<E>
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

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

impl<E: Display> Display for Human<E>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<E: CargoError> CargoError for Human<E>
[src]

fn is_human(&self) -> bool

fn cargo_cause(&self) -> Option<&CargoError>

Derived Implementations

impl<E: Debug> Debug for Human<E>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.