pub type OpaqueTyId = OpaqueTyId<Interner>;
Aliased Type§
pub struct OpaqueTyId(pub Id);
Tuple Fields§
§0: Id
Trait Implementations§
Source§impl From<InternedOpaqueTyId> for OpaqueTyId
impl From<InternedOpaqueTyId> for OpaqueTyId
Source§fn from(id: InternedOpaqueTyId) -> Self
fn from(id: InternedOpaqueTyId) -> Self
Converts to this type from the input type.