Thanks to visit codestin.com Credit goes to github.com
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 24d3234 commit 7046518Copy full SHA for 7046518
tokio-postgres/src/query.rs
@@ -61,7 +61,7 @@ where
61
})
62
}
63
64
-pub async fn query_typed<'a, P, I>(
+pub async fn query_typed<P, I>(
65
client: &Arc<InnerClient>,
66
query: &str,
67
params: I,
0 commit comments