You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, js_sys::Reflect::set is used to convert JsRow to JsValue. It is better to implement it in a more efficient and elegant way.(via stdweb, for example)
Currently,
js_sys::Reflect::set
is used to convertJsRow
toJsValue
. It is better to implement it in a more efficient and elegant way.(via stdweb, for example)tonbolite/src/connection.rs
Lines 215 to 220 in 5ced68a
The text was updated successfully, but these errors were encountered: