Type Definition taplo_common::LruCache

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