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