mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-05 05:09:42 +00:00
To not break the API we need to use an Arc instead of a Box for the callback functions. Alternatively we could require all the function to be Clone, but that would be a breaking change.