rustix::io

Function write

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

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

§References