[][src]Trait watson::ToWasmValue

pub trait ToWasmValue {
    fn to_wasm_value(&self) -> WasmValue;
}

Required methods

Loading content...

Implementors

impl ToWasmValue for f32[src]

impl ToWasmValue for f64[src]

impl ToWasmValue for i32[src]

impl ToWasmValue for i64[src]

impl ToWasmValue for u32[src]

impl ToWasmValue for usize[src]

Loading content...