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