paralegal_spdg

Type Alias Endpoint

Source
pub type Endpoint = DefId;
Expand description

The types of identifiers that identify an entrypoint

Aliased Type§

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

Fields§

§index: DefIndex§krate: CrateNum