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
Trait Implementations§
Source§impl Host for IterationStatement
impl Host for IterationStatement
Source§impl HostMut for IterationStatement
impl HostMut for IterationStatement
Source§fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
Visit an AST node.