Module sp_trie::trie_types [−][src]
This module is for non generic definition of trie type.
Only the Hasher trait is generic in this case.
Type Definitions
| Layout | |
| Lookup | Querying interface, as in |
| TrieDB | Persistent trie database read-access interface for the a given hasher. |
| TrieDBMut | Persistent trie database write-access interface for the a given hasher. |
| TrieError | As in |