rustc_typeck::hir::pat_util::PatIdMap
[−]
[src]
type PatIdMap = HashMap<Name, u32, BuildHasherDefault<FnvHasher>>;
Unstable (
rustc_private
)