Function nix::sys::uio::readv

source ยท
pub fn readv<Fd: AsFd>(fd: Fd, iov: &mut [IoSliceMut<'_>]) -> Result<usize>
Expand description

Low-level vectored read from a raw file descriptor

See also readv(2)