[][src]Module radiate::models::evtree::iterators

Structs

InOrderIterator

In order iterator for the tree. Keeps a vec to remember the current position of the tree during iteration.

IterMut

Implement an in order iterator which allows for mutability of the nodes inside the iterator

LevelOrderIterator

Level order iterator struct to keep track of the current position of the iterator while iterating over the tree