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