GTermSource

Type Alias GTermSource 

Source
pub type GTermSource<'a, G> = Box<dyn Iterator<Item = GResult<G, GTerm<'a, G>>> + 'a>;
๐Ÿ‘ŽDeprecated since 0.8.1: prototypes of term-yielding methods have changed
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ยง

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