pub fn load_reader_async<R>( reader: R, config: RecordIndexerConfig, ) -> impl Stream<Item = Result<Position>>where R: AsyncRead + AsyncSeek + Unpin,
Load record indexes from a reader.