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