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