Type Definition rpds::map::hash_trie_map::HashTrieMapSync[][src]

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

Implementations

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

#[must_use]pub fn new_sync() -> HashTrieMapSync<K, V>[src]

#[must_use]pub fn new_sync_with_degree(degree: u8) -> HashTrieMapSync<K, V>[src]