Expand description
In-memory trie representation.
Structs§
- TrieDB
Mut - A
Trie
implementation using a genericHashDB
backing database. - TrieDB
MutBuilder - A builder for creating a
TrieDBMut
.
Enums§
- Child
Reference - Used to build a collection of child nodes from a collection of
NodeHandle
s - Value
- Value representation for Node.