Function __action481

Source
fn __action481<'i, L>(
    ctx: &ParseContext,
    (_, v, _): (LexerPosition, Vec<Option<ExternalDeclaration>>, LexerPosition),
    (_, e, _): (LexerPosition, Option<ExternalDeclaration>, LexerPosition),
) -> Vec<Option<ExternalDeclaration>>
where L: HasLexerError,