Type Alias MemoryId

pub(crate) type MemoryId = Id<Memory>;
Expand description

The id of a memory.

Aliased Typeยง

struct MemoryId { /* private fields */ }