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