pub type IterationStatement = Node<IterationStatementData>;Expand description
Type alias for Node<IterationStatementData>.
Aliased Type§
pub struct IterationStatement {
pub content: IterationStatementData,
pub span: Option<NodeSpan>,
}Fields§
§content: IterationStatementDataContents of this syntax node
span: Option<NodeSpan>Span in the input this node was parsed from