Trait SyncFilesystem

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

Required Methods§

Implementations on Foreign Types§

Source§

impl SyncFilesystem for File

Implementors§