Module patricia_tree::node [] [src]

A node which represents a subtree of a patricia tree.

Structs

IntoIter

An owning iterator which traverses the nodes in a tree, in depth first order.

Iter

An iterator which traverses the nodes in a tree, in depth first order.

Node

A node which represents a subtree of a patricia tree.