rustc_typeck::hir::def::ExportMap
[−]
[src]
type ExportMap = HashMap<u32, Vec<Export>, BuildHasherDefault<FnvHasher>>;
Unstable (
rustc_private
)