pub type BoxedError = Box<dyn Error + Send + Sync + 'static>;Expand description
The child error type used by BoxedStash and BoxedErrorList.
This type is also used by the anyhow and eyre crates, allowing easy
conversions between BoxedError and the errors used by those crates.
Aliased Typeยง
pub struct BoxedError(/* private fields */);