Crate thiserror_ext
source ·Structs
- A wrapper around an error that provides a cleaned up error trace for display and debug formatting.
Traits
- Extension trait for
std::error::Error
that casts the error to a trait object. - Extension trait for
std::error::Error
that provides aReport
that formats the error and its sources in a cleaned-up way.