Function __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,