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