Function __action445

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