Type Alias apollo_parser::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§

struct SyntaxNode { /* private fields */ }