pub type Endpoint = DefId;
The types of identifiers that identify an entrypoint
struct Endpoint { pub index: DefIndex, pub krate: CrateNum, }
index: DefIndex
krate: CrateNum