pub trait SyncFilesystem { // Required method fn sync_filesystem(&self) -> Result<(), Box<dyn Error>>; }