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) -> &str
fn cause(&self) -> Option<&Error>
impl<E: Display> Display for Human<E>
impl<E: CargoError> CargoError for Human<E>
fn is_human(&self) -> bool
fn cargo_cause(&self) -> Option<&CargoError>
impl<E: Debug> Debug for Human<E>