[][src]Module rio_api::parser

Interfaces for RDF parsers.

Structs

GeneralizedQuadsParserIterator

Created with the method into_iter.

LineBytePosition
QuadsParserIterator

Created with the method into_iter.

TriplesParserIterator

Created with the method into_iter.

Traits

GeneralizedQuadsParser

A parser returning generalized Quad.

ParseError

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

QuadsParser

A parser returning Quad.

TriplesParser

A parser returning Triple.