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

Aliased Type§

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

Implementations§

source§

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