pub fn call_to_string_q(
q_ctx: &QuickJsRealmAdapter,
obj_ref: &QuickJsValueAdapter,
) -> Result<String, JsError>
Expand description
call an objects to_String method or convert a value to string
pub fn call_to_string_q(
q_ctx: &QuickJsRealmAdapter,
obj_ref: &QuickJsValueAdapter,
) -> Result<String, JsError>
call an objects to_String method or convert a value to string