Skip to main content

Flushable

Trait Flushable 

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

Required Methods§

Source

fn flush(&self)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§