Crate trie_memory

Source

Modules§

gc

Structs§

AnySecureTrieMut
Represents a secure mutable trie where the key is hashed, and operated on any RLP values.
AnyTrieMut
Represents a mutable trie that is operated on any RLP values.
CachedHandle
FixedSecureTrieMut
Represents a secure mutable trie where the key is hashed, and operated on a fixed RLP value type.
FixedTrieMut
Represents a mutable trie that is operated on a fixed RLP value type.
MemoryTrieMut
A memory-backed trie.
SecureTrieMut
Represents a secure mutable trie where the key is hashed.

Traits§

CachedDatabaseHandle
TrieMut
Represents a trie that is mutable.

Type Aliases§

AnyMemoryTrieMut
A memory-backed trie where the value is operated on any RLP values.
AnySecureMemoryTrieMut
A memory-backed trie where the key is hashed and the value is operated on any RLP values.
FixedMemoryTrieMut
A memory-backed trie where the value is operated on a fixed RLP value type.
FixedSecureMemoryTrieMut
A memory-backed trie where the key is hashed and the value is operated on a fixed RLP value type.
SecureMemoryTrieMut
A memory-backed trie where the key is hashed.