We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbf237 commit 080b04bCopy full SHA for 080b04b
src/operation/bulk_write.rs
@@ -50,7 +50,7 @@ where
50
models: &'a [WriteModel],
51
offset: usize,
52
options: Option<&'a BulkWriteOptions>,
53
- ) -> Self {
+ ) -> BulkWrite<'a, R> {
54
Self {
55
client,
56
models,
0 commit comments