Trait dipstick::OnFlush

source ·
pub trait OnFlush {
    fn notify_flush_listeners(&self);
}
Expand description

Register and notify scope-flush listeners

Required Methods§

Notify registered listeners of an impending flush.

Implementors§