| 748 | } |
| 749 | |
| 750 | pub trait JsValueConvertable { |
| 751 | fn to_js_value_facade(self) -> JsValueFacade; |
| 752 | } |
| 753 | |
| 754 | impl JsValueConvertable for serde_json::Value { |
| 755 | fn to_js_value_facade(self) -> JsValueFacade { |
nothing calls this directly
no outgoing calls
no test coverage detected