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

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