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

pub struct Human<E>(pub E);

Trait Implementations

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

Formats the value using the given formatter.

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

A short description of the error. Read more

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

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

Formats the value using the given formatter.

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