paralegal_policy::context

Type Alias FunctionId

Source
pub type FunctionId = DefId;
Expand description

The type identifying a function that is used in call sites.

Aliased Type§

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

Fields§

§index: DefIndex§krate: CrateNum