Skip to main content

Module token_source

Module token_source 

Source
Expand description

Token source trait and implementations.

Structs§

StrGraphQLTokenSource
A [GraphQLTokenSource] that lexes from a &str input.

Traits§

GraphQLTokenSource
Marker trait for GraphQLToken lexers (iterators that generate GraphQLToken).