[][src]Trait dipstick::OnFlush

pub trait OnFlush {
    fn notify_flush_listeners(&self);
}

Register and notify scope-flush listeners

Required methods

fn notify_flush_listeners(&self)

Notify registered listeners of an impending flush.

Loading content...

Implementors

impl<T> OnFlush for T where
    T: Flush + WithAttributes, 
[src]

Loading content...