Function __action491

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