pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Alias for a type-erased error type.
struct BoxError(/* private fields */);