Type Alias Cache

Source
pub type Cache<T> = ConcSecSlotMap<GenericNodeKey, T>;

Aliased Typeยง

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