pub trait ToWasmValues {
// Required method
fn to_wasm_values(&self) -> Vec<u8> ⓘ;
}
Expand description
Function parameter conversion
Required Methods§
Sourcefn to_wasm_values(&self) -> Vec<u8> ⓘ
fn to_wasm_values(&self) -> Vec<u8> ⓘ
Convert to WebAssembly values