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

Implementations§

source§

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