Type Alias SelectorHashSet
pub type SelectorHashSet = HashSet<FixedBytes<4>, FbBuildHasher<4>>;
Expand description
HashSet
optimized for hashing [Selector
].
Aliased Typeยง
struct SelectorHashSet { /* private fields */ }
pub type SelectorHashSet = HashSet<FixedBytes<4>, FbBuildHasher<4>>;
HashSet
optimized for hashing [Selector
].
struct SelectorHashSet { /* private fields */ }