Function nix::unistd::write[][src]

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

Write to a raw file descriptor.

See also write(2)