Function glsl_lang::parser::__action366
source ยท fn __action366<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, d, _): (LexerPosition, Declaration, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Option<ExternalDeclaration>where
L: HasLexerError,