pub fn parse_rdf_list<RDF, P>(parser: P) -> ParseRDFList<P>where
RDF: SRDF,
Expand description
Parses a node as an RDF List applying each element of the list a parser
pub fn parse_rdf_list<RDF, P>(parser: P) -> ParseRDFList<P>where
RDF: SRDF,
Parses a node as an RDF List applying each element of the list a parser