Module wasmer_types::entity

source ·
Expand description

The entity module, with common helpers for Rust structures

Modules

  • Compact representation of Option<T> for types with a reserved value.

Macros

  • Macro which provides the common implementation of a 32-bit entity reference.

Structs

Traits

  • A type wrapping a small integer index should implement EntityRef so it can be used as the key of an SecondaryMap or SparseMap.