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