mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +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.