Trait wasmtime::WasmTyList
source · pub unsafe trait WasmTyList {
// Required method
fn valtypes() -> impl Iterator<Item = ValType>;
}
Expand description
Trait implemented for various tuples made up of types which implement
WasmTy
that can be passed to Func::wrap_inner
and
[HostContext::from_closure
].
Required Methods§
Object Safety§
This trait is not object safe.