[][src]Trait dipstick::Flush

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

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

Required methods

fn flush(&self) -> Result<()>

Flush does nothing by default.

Loading content...

Implementors

impl Flush for AtomicBucket[src]

fn flush(&self) -> Result<()>[src]

Collect and reset aggregated data. Publish statistics

impl Flush for GraphiteScope[src]

impl Flush for InputQueueScope[src]

impl Flush for LockingOutput[src]

impl Flush for LogScope[src]

impl Flush for MultiInputScope[src]

impl Flush for MultiOutputScope[src]

impl Flush for OutputQueueScope[src]

impl Flush for PrometheusScope[src]

impl Flush for Proxy[src]

impl Flush for StatsMapScope[src]

impl Flush for StatsdScope[src]

impl<W: Write + Send + Sync + 'static> Flush for TextScope<W>[src]

Loading content...