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