http_cache

Type Alias BoxError

Source
pub type BoxError = Box<dyn Error + Send + Sync>;
Expand description

Generic error type for the HttpCache middleware.

Aliased Typeยง

struct BoxError(/* private fields */);