Function otter::prelude::unistd::read[][src]

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

Read from a raw file descriptor.

See also read(2)