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