pub trait FileSync { // Required methods fn sync_all(&self) -> Result<()>; fn sync_data(&self) -> Result<()>; }