Type Alias SyntaxNode

Source
pub type SyntaxNode = SyntaxNode<GraphQLLanguage>;
Expand description

A node in the immutable tree. It has other nodes and tokens as children.

Aliased Typeยง

pub struct SyntaxNode { /* private fields */ }