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.