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 6c0ea7e commit f0366d3Copy full SHA for f0366d3
aerospike-core/src/batch/batch_executor.rs
@@ -35,7 +35,7 @@ impl BatchExecutor {
35
BatchExecutor { cluster }
36
}
37
38
- pub async fn execute_batch_read<'a>(
+ pub async fn execute_batch_read(
39
&self,
40
policy: &BatchPolicy,
41
batch_reads: Vec<BatchRead>,
0 commit comments