Type Definition generational_cache::cache::lru_cache::LRUCacheBlockArenaEntry
source · pub type LRUCacheBlockArenaEntry<K, T> = LinkedListArenaEntry<Block<K, T>>;Expand description
Alias representing block entries for storage in a generational arena.