Type Alias vector::expiring_hash_map::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.