Function nix::sys::uio::writev

source ·
pub fn writev(fd: RawFd, iov: &[IoSlice<'_>]) -> Result<usize>
Expand description

Low-level vectored write to a raw file descriptor

See also writev(2)