Function glsl_lang::parser::__action311

source ยท
fn __action311<'i, L>(
    ctx: &ParseContext,
    (_, t, _): (LexerPosition, FullySpecifiedType, LexerPosition),
    (_, i, _): (LexerPosition, ArrayedIdentifier, LexerPosition),
    (_, e, _): (LexerPosition, Option<Initializer>, LexerPosition),
) -> SingleDeclarationData
where L: HasLexerError,