pub trait ErrorExt {
// Required methods
fn id(&self) -> Cow<'_, str>;
fn err_clone(&self) -> Error;
}Expand description
Extension trait to extract a name from a Tx5 core error type.
pub trait ErrorExt {
// Required methods
fn id(&self) -> Cow<'_, str>;
fn err_clone(&self) -> Error;
}Extension trait to extract a name from a Tx5 core error type.