[][src]Module rio_api::parser

Interfaces for RDF parsers.

Structs

LineBytePosition
QuadsParserIterator

Created with the method into_iter.

TriplesParserIterator

Created with the method into_iter.

Traits

ParseError

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

QuadsParser

A parser returning Quad.

TriplesParser

A parser returning Triple.