Type Definition rustc_hir::def_id::DefIdMap[][src]

pub type DefIdMap<T> = HashMap<DefId, T, BuildHasherDefault<FxHasher>>;