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§
fn flush(&self, aggregator: &Aggregator) -> Result<FlowSuccess, FlowError>
fn skip_buffer(&self, aggregator: &Aggregator, buffer: &Buffer) -> bool
Object Safety§
This trait is not object safe.