flowistry_pdg::rustc::def_id

Type Alias DefIdMap

Source
pub type DefIdMap<T> = UnordMap<DefId, T>;

Aliased Type§

struct DefIdMap<T> { /* private fields */ }