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