pub type SecureMemoryTrieMut = SecureTrieMut<MemoryTrieMut>;Expand description
A memory-backed trie where the key is hashed.
Aliased Typeยง
pub struct SecureMemoryTrieMut(/* private fields */);pub type SecureMemoryTrieMut = SecureTrieMut<MemoryTrieMut>;A memory-backed trie where the key is hashed.
pub struct SecureMemoryTrieMut(/* private fields */);