Type Definition rustc_hir::hir_id::HirIdMap[][src]

pub type HirIdMap<T> = FxHashMap<HirId, T>;