pub type ExpiredItem<K, V> = (V, Expired<K>);Expand description
An expired item, holding the value and the key with an expiration information.
pub type ExpiredItem<K, V> = (V, Expired<K>);An expired item, holding the value and the key with an expiration information.