Type Alias MemoryId
pub(crate) type MemoryId = Id<Memory>;Expand description
The id of a memory.
Aliased Typeยง
struct MemoryId { /* private fields */ }pub(crate) type MemoryId = Id<Memory>;The id of a memory.
struct MemoryId { /* private fields */ }