Type Alias IterationStatement

Source
pub type IterationStatement = Node<IterationStatementData>;
Expand description

Type alias for Node<IterationStatementData>.

Aliased Type§

struct IterationStatement {
    pub content: IterationStatementData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: IterationStatementData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from