Function glsl_lang::parser::__action446

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