Macro memory_id_type

Source
macro_rules! memory_id_type {
    ($id:ident, $handle:ident) => { ... };
    ($id:ident, $handle:ident, $binding:ident) => { ... };
}
Expand description

Create new memory ID types.