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