pub trait ExtendedErrorDisplay {
    fn extended_error(&self, src: &str) -> String;
}

Required Methods

Implementors