CacheBox

Type Alias CacheBox 

Source
pub type CacheBox<T> = Box<dyn Cache<T>>;

Aliased Typeยง

pub struct CacheBox<T>(/* private fields */);