srdf::srdf_parser

Function then

Source
pub fn then<RDF, P, F, N>(parser: P, function: F) -> Then<P, F>
where RDF: FocusRDF, P: RDFNodeParse<RDF>, F: FnMut(P::Output) -> N, N: RDFNodeParse<RDF>,
Expand description

Equivalent to p.then(f).