hir_ty

Type Alias 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.