pub trait ToStructured {
// Required method
fn to_structured(&self) -> StructuredError;
}Expand description
Helper to convert anyhow errors to structured errors.
pub trait ToStructured {
// Required method
fn to_structured(&self) -> StructuredError;
}Helper to convert anyhow errors to structured errors.