Type Definition rustc_trans::middle::privacy::ExternalExports
[−]
[src]
type ExternalExports = HashSet<DefId, BuildHasherDefault<FxHasher>>;
🔬 This is a nightly-only experimental API. (
rustc_private
)A set containing all exported definitions from external crates. The set does not contain any entries from local crates.