Function __action379

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