rust-postgres/tokio-postgres/tests
Steven Fackler 680f7b8ecb Start prepping for futures closing over parameters
Change the slice-consuming methods to requiring &(dyn ToSql + Sync),
which makes the overall value Send. If you have non-Sync values for
whatever reason, you can still use the iterator-based methods.
2019-09-25 18:22:59 -07:00
..
test Start prepping for futures closing over parameters 2019-09-25 18:22:59 -07:00