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