Type Definition mail_auth::common::lru::LruCache

source ·
pub type LruCache<K, V> = Mutex<LruCache<K, LruItem<V>, RandomState>>;

Trait Implementations§