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