Trait wasmedge_sdk::WasmVal

source ·
pub trait WasmVal {
    fn to_wasm_value(self) -> WasmValue;
}
Expand description

Defines the function converting a value of Rust type to the one of Wasm type.

Required Methods§

Implementations on Foreign Types§

Implementors§