Type Alias OpaqueTyId

Source
pub type OpaqueTyId = OpaqueTyId<Interner>;

Aliased Type§

pub struct OpaqueTyId(pub Id);

Tuple Fields§

§0: Id

Trait Implementations§

Source§

impl From<InternedOpaqueTyId> for OpaqueTyId

Source§

fn from(id: InternedOpaqueTyId) -> Self

Converts to this type from the input type.