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