pub trait StdErrorPP: StdError + Sized {
    fn pp<'a>(&'a self) -> ErrorPP<'a> { ... }
}

Provided Methods

Implementors