Type Alias gluon_base::ast::KindedIdent
source · pub type KindedIdent<Id> = TypedIdent<Id, ArcKind>;
Aliased Type§
struct KindedIdent<Id> {
pub typ: ArcKind,
pub name: Id,
}
Fields§
§typ: ArcKind
§name: Id
pub type KindedIdent<Id> = TypedIdent<Id, ArcKind>;
struct KindedIdent<Id> {
pub typ: ArcKind,
pub name: Id,
}
typ: ArcKind
§name: Id