[][src]Module patricia_tree::node

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.

NodeDecoder

[cfg(feature = "binary-format")] Binary decoder for Node.

NodeEncoder

[cfg(feature = "binary-format")] Binary encoder for Node.