Function tokio::io::util::write_vectored::write_vectored

source ·
pub(crate) fn write_vectored<'a, 'b, W>(
    writer: &'a mut W,
    bufs: &'a [IoSlice<'b>],
) -> WriteVectored<'a, 'b, W> 
where W: AsyncWrite + Unpin + ?Sized,