paralegal_spdg

Type Alias TypeId

Source
pub type TypeId = DefId;
Expand description

Identifiers for types

Aliased Type§

struct TypeId {
    pub index: DefIndex,
    pub krate: CrateNum,
}

Fields§

§index: DefIndex§krate: CrateNum