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.