[][src]Function async_httype::write_to_stream

pub async fn write_to_stream<'_, '_, S: ?Sized>(
    stream: &'_ mut S,
    data: &'_ Vec<u8>
) -> Result<usize, Error> where
    S: Write + Unpin