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. |
||
---|---|---|
.. | ||
test |
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. |
||
---|---|---|
.. | ||
test |