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