[go: up one dir, main page]

ToRawKvValue

Trait ToRawKvValue 

Source
pub trait ToRawKvValue {
    // Required method
    fn raw_kv_value(&self) -> Result<JsValue, KvError>;
}
Expand description

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

Required Methods§

Implementations on Foreign Types§

Source§

impl ToRawKvValue for str

Implementors§