Function combine_vec

Source
pub fn combine_vec<RDF, P1, P2, A>(
    parser1: P1,
    parser2: P2,
) -> CombineVec<P1, P2>
where RDF: FocusRDF, P1: RDFNodeParse<RDF, Output = Vec<A>>, P2: RDFNodeParse<RDF, Output = Vec<A>>,
Expand description

Combines the results of parsers that return vectors of values