Structs§
- AAInto
Iter - The iterator produces from an AATree-based data structure when turned into an iterator.
- AAIter
- The iterator produces from an reference of an AATree-based data structure when turned into an iterator.
Traits§
- Iter
Content - This trait allows iterators to return elements other than that stored inside the tree. Useful
for returning key-value-pairs from
AATreeMap
.