Trait soroban_wasmi::WasmTy
source · 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.