Struct moore_vhdl::hir::AssocElement [] [src]

pub struct AssocElement {
    pub span: Span,
    pub formal: Option<Spanned<ExprRef>>,
    pub actual: Spanned<AssocActual>,
}

An association element.

Fields

The span the element covers in the source file.

The optional formal part.

The actual part.

Trait Implementations

impl Debug for AssocElement
[src]

[src]

Formats the value using the given formatter.