pub type GTermSource<'a, G> = Box<dyn Iterator<Item = GResult<G, GTerm<'a, G>>> + 'a>;
Expand description
Type alias for fallible term iterators produced by a graph.
See Graph::subjects
for more information about how to use it.
Aliased Typeยง
struct GTermSource<'a, G>(/* private fields */);