pub type UstrFinSet = HashFinSet<Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description
A finite set with elements of type Ustr
.
Aliased Typeยง
struct UstrFinSet(/* private fields */);
pub type UstrFinSet = HashFinSet<Ustr, BuildHasherDefault<IdentityHasher>>;
A finite set with elements of type Ustr
.
struct UstrFinSet(/* private fields */);