Function glsl_lang::parser::__action429

source ยท
fn __action429<'i, L>(
    ctx: &ParseContext,
    (_, e, _): (LexerPosition, Option<ArrayedIdentifier>, LexerPosition),
    (_, v, _): (LexerPosition, Vec<ArrayedIdentifier>, LexerPosition),
) -> Vec<ArrayedIdentifier>
where L: HasLexerError,