Module trie_db::node [−][src]
Structs
| NibbleSlicePlan | A |
| OwnedNode | An |
Enums
| Node | Type of node in the trie and essential information thereof. |
| NodeHandle | A reference to a trie node which may be stored within another trie node. |
| NodeHandlePlan | A |
| NodePlan | A |
Functions
| decode_hash | Read a hash from a slice into a Hasher output. Returns None if the slice is the wrong length. |
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). |