Type Definition trie_test::FixedMemoryTrie [] [src]

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