pub type TypeId = DefId;
Identifiers for types
struct TypeId { pub index: DefIndex, pub krate: CrateNum, }
index: DefIndex
krate: CrateNum