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