Type Alias wasmtime_environ::wasmparser::map::HashSet
source · pub type HashSet<K> = HashSet<K, RandomState>;
Expand description
Wasmparser-specific type alias for hash set.
Aliased Type§
struct HashSet<K> { /* private fields */ }