Function glsl_lang::parser::__action380

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