FixedMemoryTrieMut

Type Alias FixedMemoryTrieMut 

Source
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 */);