Type Definition octorust::http_cache::BoxedHttpCache[][src]

pub type BoxedHttpCache = Box<dyn HttpCache + Send + Sync>;
This is supported on crate feature httpcache only.
Expand description

A type for an HTTP cache.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more