pub type HashTrieSetSync<T, H = RandomState> = HashTrieSet<T, ArcTK, H>;

Aliased Type§

struct HashTrieSetSync<T, H = RandomState> { /* private fields */ }

Implementations§