Module wasmparser::collections::map
source · Expand description
Type definitions for a default map.
Structs§
- An iterator over the owned items of an
Map
. - An iterator over the owned keys of a
Map
. - An iterator over the owned values of a
Map
. - An iterator over the items of a
Map
. - An iterator over the mutable items of a
Map
. - An iterator over the keys of a
Map
. - A default key-value mapping.
- A view into an occupied entry in a
Map
. - A view into a vacant entry in a
Map
. - An iterator over the values of a
Map
. - An mutable iterator over the values of a
Map
.
Enums§
- A view into a single entry in a
Map
, which may either be vacant or occupied.