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