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