pub type BoxErr = ErrorBase<Box<dyn Error + Send + Sync + 'static>>;Expand description
A type alias for a Err whose generic type is a Box of a trait object
implementing core::error::Error.
Aliased Typeยง
pub struct BoxErr { /* private fields */ }