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