pub(crate) trait LogDataflowErrors {
// Required method
fn log_dataflow_errors(
self,
logger: Logger<ColumnBuilder<(Duration, ComputeEvent)>>,
export_id: GlobalId,
) -> Self;
}
Expand description
Extension trait to attach ComputeEvent::DataflowError
logging operators to collections and
batch streams.
Required Methods§
fn log_dataflow_errors( self, logger: Logger<ColumnBuilder<(Duration, ComputeEvent)>>, export_id: GlobalId, ) -> Self
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.