Function glsl_lang::parser::__action258

source ยท
fn __action258<'i, L>(
    ctx: &ParseContext,
    (_, t, _): (LexerPosition, FullySpecifiedType, LexerPosition),
    (_, i, _): (LexerPosition, Identifier, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, e, _): (LexerPosition, Initializer, LexerPosition),
) -> ConditionData
where L: HasLexerError,