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

type Ident = WithPos<Symbol>;

Methods

impl Ident[src]

pub fn into_ref(self) -> WithRef<Ident>[src]

Trait Implementations

impl HasIdent for Ident[src]