Trait wasmtime::WasmResults
source · pub unsafe trait WasmResults: WasmParams { }
Expand description
A trait used for Func::typed
and with TypedFunc
to represent the set of
results for wasm functions.
Object Safety§
This trait is not object safe.