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

pub struct Human<E>(pub E);

Trait Implementations

impl<E: Error> Error for Human<E>

fn description(&self) -> &str

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

impl<E: Display> Display for Human<E>

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

impl<E: CargoError> CargoError for Human<E>

fn is_human(&self) -> bool

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

Derived Implementations

impl<E: Debug> Debug for Human<E>

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