rustc_typeck::util::nodemap::DefIdMap   
                   
                       [−]
                   
               [src]
type DefIdMap<T> = HashMap<DefId, T, BuildHasherDefault<FnvHasher>>;
Unstable (
rustc_private)