Function __action315

Source
fn __action315<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, h, _): (LexerPosition, SingleDeclaration, LexerPosition),
    (_, t, _): (LexerPosition, Vec<SingleDeclarationNoType>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> InitDeclaratorList
where L: HasLexerError,