Function nix::unistd::fdatasync

source ยท
pub fn fdatasync<Fd: AsFd>(fd: Fd) -> Result<()>
Expand description

Synchronize the data of a file

See also fdatasync(2)