wasmtime_environ::wasmparser::map

Type Alias 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 */ }