Files
tantivy/src
Adam Reichold b493743f8d Fix trait bound of StoreReader::iter (#2360)
* Fix trait bound of StoreReader::iter

Similar to `StoreReader::get`, `StoreReader::iter` should only require
`DocumentDeserialize` and not `Document`.

* Mark the iterator returned by SegmentReader::doc_ids_alive as Send so it can be used in impls of Stream/AsyncIterator.
2024-04-15 15:50:02 +02:00
..
2024-04-09 07:54:44 +02:00
2024-04-09 07:54:44 +02:00
2024-04-09 07:54:44 +02:00
2024-04-09 07:54:44 +02:00
2024-04-09 07:54:44 +02:00
2024-04-09 07:54:44 +02:00