Struct moore_vhdl::hir::SubtypeInd [] [src]

pub struct SubtypeInd {
    pub span: Span,
    pub type_mark: Spanned<TypeMarkRef>,
    pub constraint: Option<Spanned<Constraint>>,
}

Fields

The location within the source code.

The type mark.

The optional constraint.

Trait Implementations

impl Debug for SubtypeInd
[src]

[src]

Formats the value using the given formatter.