pub trait AsWireRxErrorKind {
// Required method
fn as_kind(&self) -> WireRxErrorKind;
}
Expand description
A conversion trait to convert a user error into a base Kind type
Required Methods§
Sourcefn as_kind(&self) -> WireRxErrorKind
fn as_kind(&self) -> WireRxErrorKind
Convert the error type into a base type