Type Alias vhdl_lang::ast::Ident

source ·
pub type Ident = WithToken<Symbol>;
Expand description

An identifier together with the lexical source location it occurs in.

Aliased Type§

struct Ident {
    pub item: Symbol,
    pub token: TokenId,
}

Fields§

§item: Symbol§token: TokenId

Implementations§