Type Definition rustc_typeck::util::nodemap::DefIdMap [] [src]

type DefIdMap<T> = HashMap<DefId, T, BuildHasherDefault<FxHasher>>;
🔬 This is a nightly-only experimental API. (rustc_private)