pub trait ErrorConvert<E> {
// Required method
fn convert(self) -> E;
}
Available on crate feature
mtls
only.Expand description
Equivalent From implementation to avoid orphan rules in bits parsers
pub trait ErrorConvert<E> {
// Required method
fn convert(self) -> E;
}
mtls
only.Equivalent From implementation to avoid orphan rules in bits parsers