Function rustix::io::write

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

write(fd, buf)—Writes to a stream.

References