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

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

Write to a raw file descriptor.

See also write(2)