[][src]Trait errer::ErrorCompat

pub trait ErrorCompat {
    fn error_source(&self) -> Option<&(dyn Error + 'static)>;
}

A compabitility trait that implements std::error::Error but only when Self implements Display + Debug

Required methods

fn error_source(&self) -> Option<&(dyn Error + 'static)>

Loading content...

Implementors

Loading content...