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