Type Alias FixedMemoryTrie

Source
pub type FixedMemoryTrie<K, V> = FixedTrie<HashMap<H256, Vec<u8>>, K, V>;

Aliased Typeยง

pub struct FixedMemoryTrie<K, V>(/* private fields */);