pub trait WasmTy: From<UntypedVal> + Into<UntypedVal> + Send { }Expand description
Types that can be used as parameters or results of host functions.
Object Safety§
This trait is not object safe.
pub trait WasmTy: From<UntypedVal> + Into<UntypedVal> + Send { }Types that can be used as parameters or results of host functions.