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