Type Alias ra_ap_hir_ty::FnDefId

source ·
pub type FnDefId = FnDefId<Interner>;

Aliased Type§

struct FnDefId(pub InternId);

Fields§

§0: InternId

Trait Implementations§

source§

impl From<InternedCallableDefId> for FnDefId

source§

fn from(callable_def_id: InternedCallableDefId) -> Self

Converts to this type from the input type.