pub trait AggregatorPadImplExt: AggregatorPadImpl {
// Provided methods
fn parent_flush(
&self,
aggregator: &Aggregator,
) -> Result<FlowSuccess, FlowError> { ... }
fn parent_skip_buffer(
&self,
aggregator: &Aggregator,
buffer: &Buffer,
) -> bool { ... }
}
Provided Methods§
fn parent_flush( &self, aggregator: &Aggregator, ) -> Result<FlowSuccess, FlowError>
fn parent_skip_buffer(&self, aggregator: &Aggregator, buffer: &Buffer) -> bool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.