Type Definition ra_ap_ide_db::FxIndexMap

source · []
pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;