Module trie_db::triedbmut

source ·
Expand description

In-memory trie representation.

Structs

A Trie implementation using a generic HashDB backing database.
A builder for creating a TrieDBMut.

Enums

Used to build a collection of child nodes from a collection of NodeHandles
Value representation for Node.