Type Alias FxIndexMap

Source
pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;

Aliased Type§

struct FxIndexMap<K, V> { /* private fields */ }

Trait Implementations§