pub type FixedMemoryTrieMut<K, V> = FixedTrieMut<MemoryTrieMut, K, V>;Expand description
A memory-backed trie where the value is operated on a fixed RLP value type.
Aliased Typeยง
pub struct FixedMemoryTrieMut<K, V>(/* private fields */);pub type FixedMemoryTrieMut<K, V> = FixedTrieMut<MemoryTrieMut, K, V>;A memory-backed trie where the value is operated on a fixed RLP value type.
pub struct FixedMemoryTrieMut<K, V>(/* private fields */);