Module patricia_trie::node[][src]

Structs

Branch

A Sparse (non mutable) owned vector struct to hold branch keys and value

Enums

Node

Type of node in the trie and essential information thereof.

OwnedNode

An owning node type. Useful for trie iterators.

Type Definitions

NodeKey

Partial node key type.