Type Alias wasmtime_environ::prelude::IndexMap
source · pub type IndexMap<K, V> = IndexMap<K, V, RandomState>;
Expand description
Wasmparser-specific type alias for an ordered map.
Aliased Type§
struct IndexMap<K, V> { /* private fields */ }