Module mice::tree

source · []
Expand description

Tree traversal utilities.

Macros

A for loop-alike for StreamingIterator.

Structs

A generic tree structure, with nodes of type T.

Traits

An iterator trait that supports borrowing from the iterator, by allowing the argument lifetime to be named inside the associated type.