rethinkdb / rethinkdb-rs

A native RethinkDB driver written in Rust
Apache License 2.0
210 stars 27 forks source link

Make sure `r.do()` is serialised properly #9

Closed rushmorem closed 3 years ago

rushmorem commented 7 years ago

Note that while r.do() takes the function as its last argument, FUNCALL serializes the function as its first argument.