[][src]Type Definition leak_detect_allocator::FnvIndexMap

type FnvIndexMap<K, V, N> = IndexMap<K, V, N, BuildHasherDefault<Hasher>>;

An IndexMap using the default FNV hasher