Type Definition rpds::set::hash_trie_set::HashTrieSetSync[][src]

type HashTrieSetSync<T, H = RandomState> = HashTrieSet<T, ArcK, H>;

Implementations

impl<T> HashTrieSetSync<T> where
    T: Eq + Hash
[src]

#[must_use]pub fn new_sync() -> HashTrieSetSync<T>[src]

#[must_use]pub fn new_with_degree_sync(degree: u8) -> HashTrieSetSync<T>[src]