pub trait WritableFileSync {
    fn sync(&mut self) -> Status;
}

Required Methods§

Implementors§