Function nix::unistd::fsync

source ยท
pub fn fsync(fd: RawFd) -> Result<()>
Expand description

Synchronize changes to a file

See also fsync(2)