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::Errorthat casts the error to a trait object. - Extension trait for
std::error::Errorthat provides aReportthat formats the error and its sources in a cleaned-up way.