flowistry_pdg::rustc::def_id

Type Alias DefIdMap

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

Aliased Typeยง

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