Trait ToWasmValues

Source
pub trait ToWasmValues {
    // Required method
    fn to_wasm_values(&self) -> Vec<u8> ;
}
Expand description

Function parameter conversion

Required Methods§

Source

fn to_wasm_values(&self) -> Vec<u8>

Convert to WebAssembly values

Implementors§