Trait glsl_lang_lexer::LangLexerIterator
source · pub trait LangLexerIterator: Iterator<Item = Result<(LexerPosition, Token, LexerPosition), Self::Error>> + HasLexerError {
// Required method
fn resolve_err(
&self,
err: ParseError<LexerPosition, Token, Self::Error>,
) -> ParseError<Self::Error>;
}
Expand description
GLSL language lexer iterator