Function rsix::io::read[][src]

pub fn read<Fd: AsFd>(fd: &Fd, buf: &mut [u8]) -> Result<usize>
Expand description

read(fd, buf)—Reads from a stream.

References