Type Alias SyntaxToken

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

A leaf node in the syntax tree.

Aliased Typeยง

struct SyntaxToken { /* private fields */ }