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