Skip to main content

read_exact

Function read_exact 

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

Read the full buffer from a file descriptor.