Function terminus_store::structure::pfc::dict_reader_to_indexed_stream[][src]

pub fn dict_reader_to_indexed_stream<A: 'static + AsyncRead + Unpin + Send>(
    r: A,
    offset: u64
) -> impl Stream<Item = Result<(u64, String)>> + Send