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