pub trait Broadcast<D: ExchangeData> {
// Required method
fn broadcast(&self) -> Self;
}
Expand description
Broadcast records to all workers.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Broadcast<D: ExchangeData> {
// Required method
fn broadcast(&self) -> Self;
}
Broadcast records to all workers.