pub trait WritableFileFlush {
    fn flush(&mut self) -> Status;
}

Required Methods§

Implementors§