Function fdatasync

Source
pub fn fdatasync<Fd: AsFd>(fd: Fd) -> Result<()>
Available on crate feature fs only.
Expand description

Synchronize the data of a file

See also fdatasync(2)