Trait soroban_wasmi::WasmParams
source · pub trait WasmParams: WasmTypeList { }
Expand description
The typed parameters of a TypedFunc
.
Object Safety§
This trait is not object safe.
pub trait WasmParams: WasmTypeList { }
The typed parameters of a TypedFunc
.