Trait timely::ExchangeData
source · pub trait ExchangeData: Data + Data { }
Expand description
A composite trait for types usable on exchange channels in timely dataflow.
The ExchangeData
trait extends Data
with any requirements imposed by the timely_communication
Data
trait, which describes requirements for communication along channels.
Object Safety§
This trait is not object safe.