[][src]Type Definition lualexer::LexerError

type LexerError<'a> = (LexerErrorType, &'a str);

When the lexer encounters an error, it returns the error type and the rest of the given input that was not parsed.