Type Alias bones_framework::prelude::UstrSet
pub type UstrSet = HashSet<Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description
A standard HashSet
using Ustr
as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it
Aliased Typeยง
struct UstrSet { /* private fields */ }