Skip to main content

send_string_to_stream

Function send_string_to_stream 

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