pub trait DiskFlush { // Required method fn flush(&self) -> Result<()>; }
Flush intermediary buffers and/or dirty state to file. fsync not required.