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