from_to_native_wasm_type

Macro from_to_native_wasm_type 

Source
macro_rules! from_to_native_wasm_type {
    ( $( $type:ty => $native_type:ty ),* ) => { ... };
}