Type Definition vhdl_lang::ast::Ident[][src]

type Ident = WithPos<Symbol>;

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

Trait Implementations

impl HasIdent for Ident[src]