[][src]Trait watson::WasmValueType

pub trait WasmValueType {
    fn try_to_value_type(self) -> Result<ValueType, String>;
}

Required methods

Loading content...

Implementors

impl WasmValueType for u8[src]

Loading content...