Expand description
This module is for non generic definition of trie type.
Only the Hasher trait is generic in this case.
Type Aliasesยง
- Lookup
- Querying interface, as in
trie_dbbut less generic. - TrieDB
- Persistent trie database read-access interface for a given hasher.
- TrieDB
Builder - Builder for creating a
TrieDB. - TrieDB
MutBuilder V0 - Builder for creating a
TrieDBMutV0. - TrieDB
MutBuilder V1 - Builder for creating a
TrieDBMutV1. - TrieDB
MutV0 - Persistent trie database write-access interface for a given hasher.
- TrieDB
MutV1 - Persistent trie database write-access interface for a given hasher.
- Trie
Error - As in
trie_db, but less generic, error type for the crate.