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