Type Alias FxIndexMap
pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description
base_db
is normally also needed in places where ide_db
is used, so this re-export is for convenience.
Aliased Typeยง
pub struct FxIndexMap<K, V> { /* private fields */ }