mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-07 17:21:46 +00:00
* tweak FromRow to accept Row by reference, should make it easier to compose FromRow impls * rename ColumnIndex::resolve to ColumnIndex::index * document behaviors