[][src]Trait watson::WasmValueTypes

pub trait WasmValueTypes {
    fn try_to_value_types(self) -> Result<Vec<ValueType>, &'static str>;
}

Required methods

fn try_to_value_types(self) -> Result<Vec<ValueType>, &'static str>

Loading content...

Implementations on Foreign Types

impl WasmValueTypes for Vec<u8>[src]

Loading content...

Implementors

Loading content...