[][src]Module trie_db::node

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: offset and owned value of a nibbleslice. Offset is applied on first byte of array (bytes are right aligned).