pub trait LangLexerIterator: Iterator<Item = Result<(LexerPosition, Token, LexerPosition), Self::Error>> + HasLexerError { }
Expand description

GLSL language lexer iterator

Implementors§