Trait dipstick::Flush

source ·
pub trait Flush {
    fn flush(&self) -> Result<()>;
}
Expand description

Both InputScope and OutputScope share the ability to flush the recorded data.

Required Methods§

Flush does nothing by default.

Implementors§