pub unsafe trait WasmResults: WasmParams { }
Available on crate feature
runtime
only.Expand description
A trait used for Func::typed
and with TypedFunc
to represent the set of
results for wasm functions.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.