macro_rules! memory_id_type {
($id:ident, $handle:ident) => { ... };
($id:ident, $handle:ident, $binding:ident) => { ... };
}
Expand description
Create new memory ID types.
macro_rules! memory_id_type {
($id:ident, $handle:ident) => { ... };
($id:ident, $handle:ident, $binding:ident) => { ... };
}
Create new memory ID types.