Function glsl_lang::parser::__action249

source ยท
fn __action249<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, e, _): (LexerPosition, Option<Expr>, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> ExprStatement
where L: HasLexerError,