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