pub async fn send_string_to_stream<T>( stream: &mut T, string: &str, ) -> Result<()>where T: AsyncWrite + Unpin,