[][src]Type Definition trie_memory::FixedSecureMemoryTrieMut

type FixedSecureMemoryTrieMut<K, V> = FixedSecureTrieMut<MemoryTrieMut, K, V>;

A memory-backed trie where the key is hashed and the value is operated on a fixed RLP value type.