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)
pub fn fdatasync<Fd: AsFd>(fd: Fd) -> Result<()>
fs
only.Synchronize the data of a file
See also fdatasync(2)