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