Trait vhdl_lang::ast::HasIdent[][src]

pub trait HasIdent {
    fn ident(&self) -> &Ident;

    fn name(&self) -> &Symbol { ... }
}

Required methods

fn ident(&self) -> &Ident[src]

Loading content...

Provided methods

fn name(&self) -> &Symbol[src]

Loading content...

Implementors

Loading content...