pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Boxed error type for wrapping arbitrary errors
pub struct BoxError(/* private fields */);