vector::expiring_hash_map

Type Alias ExpiredItem

source
pub type ExpiredItem<K, V> = (V, Expired<K>);
Expand description

An expired item, holding the value and the key with an expiration information.