GTripleSource

Type Alias GTripleSource 

Source
pub type GTripleSource<'a, G> = Box<dyn Iterator<Item = GResult<G, <G as Graph>::Triple<'a>>> + 'a>;
๐Ÿ‘ŽDeprecated since 0.8.1: prototypes of triples and triples_matching have changed
Expand description

Type alias for fallible triple iterators produced by a graph.

See Graph::triples for more information about how to use it.

Aliased Typeยง

pub struct GTripleSource<'a, G>(/* private fields */);