[][src]Module sophia::quad

This module re-exports symbols from sophia_api::quad.

Modules

stream

A quad source produces quads, and may also fail in the process.

streaming_mode

Streaming modes for quad iterators and quad streams.

Structs

QuadAsTriple

The adapter returned by Quad::as_triple.

QuadIter

Iterator over the components of a quad.

Traits

Quad

This trait represents an abstract RDF quad, and provides convenient methods for working with quads.

Type Definitions

TupleQuad

An owned Quad as a tuple of an array and an optional name.