pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;
Aliased Typeยง
struct FxIndexMap<K, V> { /* private fields */ }
pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;
struct FxIndexMap<K, V> { /* private fields */ }