Type Alias UstrFinSet

Source
pub type UstrFinSet = HashFinSet<Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description

A finite set with elements of type Ustr.

Aliased Typeยง

struct UstrFinSet(/* private fields */);