Trait Flushable

Source
pub trait Flushable {
    // Required method
    fn flush(&self);
}

Required Methods§

Source

fn flush(&self)

Implementors§