[][src]Function nix::unistd::read

pub fn read(fd: RawFd, buf: &mut [u8]) -> Result<usize>

Read from a raw file descriptor.

See also read(2)