mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00

- Rename the existing trait to an internal RawRow trait - Row is used for selecting a dyn and deferring pulling its values out till later - FromSqlRow -> FromRow