Trait tracing_helpers::AnyhowValueExt
source · pub trait AnyhowValueExt {
// Required method
fn as_error(&self) -> &(dyn Error + 'static);
}
Expand description
Extension trait to make it easy to trace anyhow errors.
pub trait AnyhowValueExt {
// Required method
fn as_error(&self) -> &(dyn Error + 'static);
}
Extension trait to make it easy to trace anyhow errors.