Type Alias hir_ty::OpaqueTyId

source ·
pub type OpaqueTyId = OpaqueTyId<Interner>;

Aliased Type§

struct OpaqueTyId(pub InternId);

Fields§

§0: InternId

Trait Implementations§

source§

impl From<InternedOpaqueTyId> for OpaqueTyId

source§

fn from(id: InternedOpaqueTyId) -> Self

Converts to this type from the input type.