Function __action413

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