Expand description

Interfaces for RDF parsers.

The main types are TriplesParser for triples parsing and QuadsParser for quads parsing.

Structs

Created with the method into_iter.

Created with the method into_iter.

Created with the method into_iter.

Traits

A parser returning generalized Quad.

Error trait that allows to get the textual position of the error

A parser returning Quad.

A parser returning Triple.