We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7da45 commit e8f0c6aCopy full SHA for e8f0c6a
tests/integration.rs
@@ -1,5 +1,5 @@
1
-use postgres::Row;
2
use postgres_from_row::FromRow;
+use tokio_postgres::Row;
3
4
#[derive(FromRow)]
5
#[allow(dead_code)]
0 commit comments