We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677f651 commit ef6f48cCopy full SHA for ef6f48c
book/src/metadata_advanced.md
@@ -20,4 +20,6 @@ To filter out rows without metadata:
20
{{#include ../../tests/book_metadata.rs:metadata_bulk_decode_lending_iter_with_filter}}
21
```
22
23
-The first method gives `Vec<Option<M
+The first method gives `Vec<Option<MutationMetadata>>`.
24
+The second gives `Vec<(MutationId, MutationMetadata)>`.
25
+
0 commit comments