pub type DTermSource<'a, D> = Box<dyn Iterator<Item = DResult<D, DTerm<'a, D>>> + 'a>;
Expand description
Type alias for fallible term iterators produced by a dataset.
See Dataset::subjects
for more information about how to use it.
Aliased Typeยง
struct DTermSource<'a, D>(/* private fields */);