Function nix::unistd::write

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

Write to a raw file descriptor.

See also write(2)