Function write_to_stream

Source
pub async fn write_to_stream<S>(
    stream: &mut S,
    data: &[u8],
) -> Result<usize, Error>
where S: Write + Unpin,