Trait wasmtime::WasmParams [−][src]
pub unsafe trait WasmParams: Send { }Expand description
A trait used for Func::typed and with TypedFunc to represent the set of
parameters for wasm functions.
This is implemented for bare types that can be passed to wasm as well as tuples of those types.