StructSpecifier

Type Alias StructSpecifier 

Source
pub type StructSpecifier = Node<StructSpecifierData>;
Expand description

Type alias for Node<StructSpecifierData>.

Aliased Type§

pub struct StructSpecifier {
    pub content: StructSpecifierData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: StructSpecifierData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from