Type Alias SelectorSet

pub type SelectorSet = HashSet<FixedBytes<4>, FbBuildHasher<4>>;
Expand description

HashSet optimized for hashing [Selector].

Aliased Typeยง

struct SelectorSet { /* private fields */ }