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 changedExpand 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 */);