[−][src]Module wasmer_runtime_core::structures
The structures module contains commonly used data structures.
Structs
BoxedMap | Boxed map. |
Iter | Iterator for a |
IterMut | Mutable iterator for a |
Map | Dense item map |
SliceMap | This is a dynamically-sized slice that can only be indexed by the correct index type. |
Traits
TypedIndex | A trait for dealing with type-safe indices into associative data structures
like [ |