Module trees::linked::singly::onto_iter[][src]

A full functional mutable iterator implementation with the extra ability of inserting/removing Node at any position than IterMut.

Structs

OntoIter

Mutable iterator allowing modification of parent or sib links.

Subnode

Wrapper of Node for allowing modification of parent or sib links. Any Node that is the root of some Tree is impossible to be Subnode.