Trait moore_vhdl::hir::Decl2[][src]

pub trait Decl2<'t>: Node<'t> {
    fn name(&self) -> Spanned<ResolvableName>;
}
Expand description

Common functions of declaration HIR node.

Required methods

The name of the declared item.

Trait Implementations

Performs the conversion.

Implementors