Function glsl_lang::parser::__action310

source ยท
fn __action310<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, rt, _): (LexerPosition, FullySpecifiedType, LexerPosition),
    (_, n, _): (LexerPosition, Identifier, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, p, _): (LexerPosition, Vec<FunctionParameterDeclaration>, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> FunctionPrototype
where L: HasLexerError,