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