pub type BoxError = Box<dyn Error + Send + Sync>;
Generic error type for the HttpCache middleware.
HttpCache
struct BoxError(/* private fields */);