pub type BoxErr = Box<dyn Error>;
A generic heap allocated error
struct BoxErr(/* private fields */);