Function __action489

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