MCPcopy Create free account
hub / github.com/HiRoFa/quickjs_es_runtime / JsValueConvertable

Interface JsValueConvertable

src/values.rs:750–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750pub trait JsValueConvertable {
751 fn to_js_value_facade(self) -> JsValueFacade;
752}
753
754impl JsValueConvertable for serde_json::Value {
755 fn to_js_value_facade(self) -> JsValueFacade {

Callers

nothing calls this directly

Implementers 1

values.rssrc/values.rs

Calls

no outgoing calls

Tested by

no test coverage detected