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