Type Definition jsona_util::LruCache

source · []
pub type LruCache<K, V> = LruCache<K, V, RandomState>;