Macro initiate_protocol

Source
initiate_protocol!() { /* proc-macro */ }
Expand description

Macro that sets up the correct imports and traits to be used by wasm_func.

This macro should be called only once, preferably at the root of the crate. It does not take any arguments.