Trait agner_utils::std_error_pp::StdErrorPP
source · pub trait StdErrorPP: StdError + Sized {
// Provided method
fn pp<'a>(&'a self) -> ErrorPP<'a> { ... }
}pub trait StdErrorPP: StdError + Sized {
// Provided method
fn pp<'a>(&'a self) -> ErrorPP<'a> { ... }
}