pub trait AggregatorPadImpl: AggregatorPadImplExt + PadImpl {
    // Provided methods
    fn flush(&self, aggregator: &Aggregator) -> Result<FlowSuccess, FlowError> { ... }
    fn skip_buffer(&self, aggregator: &Aggregator, buffer: &Buffer) -> bool { ... }
}

Provided Methods§

source

fn flush(&self, aggregator: &Aggregator) -> Result<FlowSuccess, FlowError>

source

fn skip_buffer(&self, aggregator: &Aggregator, buffer: &Buffer) -> bool

Object Safety§

This trait is not object safe.

Implementors§