[][src]Module sophia::triple::stream

TripleSource and TripleSink, are pervasive traits for streaming triples from one object to another.

See TripleSource's and TripleSink's documentation for more detail.

Traits

AsTripleSource

A utility extension trait for converting any iterator of Triples into TripleSource, by wrapping its items in Ok results.

TripleSink

A triple sink consumes triples, produces a result, and may also fail in the process.

TripleSource

A triple source produces triples, and may also fail in the process.