Function glsl_lang::parser::__action477

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