Function glsl_lang::parser::__action281

source ยท
fn __action281<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, p, _): (LexerPosition, PrecisionQualifierData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PrecisionQualifier
where L: HasLexerError,