Function glsl_lang::parser::__action483

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