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