Type Alias FullySpecifiedType

Source
pub type FullySpecifiedType = Node<FullySpecifiedTypeData>;
Expand description

Type alias for Node<FullySpecifiedTypeData>.

Aliased Type§

struct FullySpecifiedType {
    pub content: FullySpecifiedTypeData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: FullySpecifiedTypeData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from