Function __action256

Source
fn __action256<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, InitializerData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Initializer
where L: HasLexerError,