HashTrieMapSync

Type Alias HashTrieMapSync 

Source
pub type HashTrieMapSync<K, V, H = RandomState> = HashTrieMap<K, V, ArcTK, H>;

Aliased Type§

pub struct HashTrieMapSync<K, V, H = RandomState> { /* private fields */ }

Implementations§

Source§

impl<K, V> HashTrieMapSync<K, V>
where K: Eq + Hash,