Trait worker_kv::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.