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.
pub trait ToRawKvValue {
// Required method
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.