Trait worker_kv::ToRawKvValue[][src]

pub trait ToRawKvValue {
    fn raw_kv_value(&self) -> Result<JsValue, KvError>;
}

A trait for things that can be converted to wasm_bindgen::JsValue to be passed to the kv.

Required methods

Loading content...

Implementations on Foreign Types

impl ToRawKvValue for str[src]

Loading content...

Implementors

Loading content...