Module patricia_tree::node[][src]

Expand description

A node which represents a subtree of a patricia tree.

Structs

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

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

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

A node which represents a subtree of a patricia tree.

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

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

A reference to an immediate node (without child or sibling) with its label and a mutable reference to its value, if present.