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