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