CacheValueType

Type Alias CacheValueType 

Source
pub type CacheValueType<T> = Guard<Arc<CacheValue<T>>>;

Aliased Typeยง

pub struct CacheValueType<T> { /* private fields */ }