Function glsl_lang::parser::__action482

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