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

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

Methods

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]