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