Type Alias http_cache::CacheModeFn
source · pub type CacheModeFn = Arc<dyn Fn(&Parts) -> CacheMode + Send + Sync>;Expand description
A closure that takes http::request::Parts and returns a CacheMode
Aliased Type§
struct CacheModeFn { /* private fields */ }