read_strings

Function read_strings 

Source
pub fn read_strings<R: AsyncReadExt + Unpin>(
    r: &mut R,
) -> impl Stream<Item = Result<String>> + '_
Expand description

Read a list (or set) of strings from the stream - a u64 count, followed by that many strings using the normal read_string() encoding.