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