alloy_primitives::map

Type Alias SelectorSet

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

HashSet optimized for hashing Selector.

Aliased Typeยง

struct SelectorSet { /* private fields */ }