pub trait FromWasmValues {
// Required method
fn from_wasm_values(values: &[u8]) -> Result<Self>
where Self: Sized;
}
Expand description
Function result conversion
Required Methods§
Sourcefn from_wasm_values(values: &[u8]) -> Result<Self>where
Self: Sized,
fn from_wasm_values(values: &[u8]) -> Result<Self>where
Self: Sized,
Convert from WebAssembly values