Module trees::linked::singly::onto_iter

source ·
Expand description

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

Structs

Mutable iterator allowing modification of parent or sib links.
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.