[][src]Module rome::iter::transitive_iterator

Iterator that is a collection of iterators.

Structs

TransitiveIterator

Iterator that is a collection of iterators. For each iterated item, another iterator is created that is also iterated. This is needed for iterating through transitive properties.