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

Implementations§