Struct cargo::util::errors::Human
[−]
[src]
pub struct Human<E>(pub E);
pub struct Human<E>(pub E);
impl<E: Error> Error for Human<E>fn description(&self) -> &strfn cause(&self) -> Option<&Error>impl<E: Display> Display for Human<E>impl<E: CargoError> CargoError for Human<E>fn is_human(&self) -> boolfn cargo_cause(&self) -> Option<&CargoError>impl<E: Debug> Debug for Human<E>