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