Type Definition triedb::FixedSecureMemoryTrieMut [−][src]
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.