pub trait ErrKindExt {
// Required method
fn to_error_kind(self) -> ErrKind;
}
Expand description
A trait to convert an error kind into an error kind.
Required Methods§
Sourcefn to_error_kind(self) -> ErrKind
fn to_error_kind(self) -> ErrKind
Convert the error kind into an error kind.