Type Definition trie_test::FixedMemorySecureTrie [] [src]

type FixedMemorySecureTrie<K, V> = FixedSecureTrie<HashMap<H256, Vec<u8>>, K, V>;