Function rustix::fs::fsync[][src]

pub fn fsync<Fd: AsFd>(fd: &Fd) -> Result<()>
Expand description

fsync(fd)—Ensures that file data and metadata is written to the underlying storage device.

References