[][src]Module wasmer_runtime_core_fl::structures

The structures module contains commonly used data structures.

Structs

BoxedMap

Boxed map.

Iter

Iterator for a Map.

IterMut

Mutable iterator for a Map.

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 Maps.