Type Alias ide_db::FxIndexMap
source · 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 */ }