pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Boxed generic error type.
struct BoxError(/* private fields */);