Struct moore_vhdl::hir::TypeDecl [] [src]

pub struct TypeDecl {
    pub parent: ScopeRef,
    pub name: Spanned<Name>,
    pub data: Option<Spanned<TypeData>>,
}

Fields

The parent scope.

The type name.

The type data.

Trait Implementations

impl Debug for TypeDecl
[src]

[src]

Formats the value using the given formatter.