Trait WritableFileFlush

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

Required Methods§

Source

fn flush(&mut self) -> Status

Implementors§