[][src]Trait vhdl_parser::ast::HasIdent

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

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

Required methods

fn ident(&self) -> &Ident

Loading content...

Provided methods

fn name(&self) -> &Symbol

Loading content...

Implementors

impl HasIdent for AnyDesignUnit[src]

impl HasIdent for AnyPrimaryUnit[src]

impl HasIdent for AnySecondaryUnit[src]

impl HasIdent for ArchitectureBody[src]

impl HasIdent for ConfigurationDeclaration[src]

impl HasIdent for ContextDeclaration[src]

impl HasIdent for EntityDeclaration[src]

impl HasIdent for PackageBody[src]

impl HasIdent for PackageDeclaration[src]

impl HasIdent for PackageInstantiation[src]

impl HasIdent for Ident[src]

Loading content...