Trait thiserror_ext::AsReport
source · pub trait AsReport: Sealed {
// Required method
fn as_report(&self) -> Report<'_>;
}
Expand description
Extension trait for std::error::Error
that provides a Report
that formats the error and its sources in a cleaned-up way.