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 fb25745 commit 66f3a37Copy full SHA for 66f3a37
1 file changed
src/api/stmt.rs
@@ -25,7 +25,7 @@ pub struct StoredStatement<S> {
25
}
26
27
impl<S> StoredStatement<S> {
28
- pub(crate) async fn parse<C, Q>(
+ pub async fn parse<C, Q>(
29
client: &C,
30
parse: &Parse,
31
parser: Q,
0 commit comments