Function read_string_from_stream

Source
pub async fn read_string_from_stream<T>(stream: &mut T) -> Result<String>
where T: AsyncRead + Unpin,