wasmtime_environ::prelude

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