Trait timely::ExchangeData [] [src]

pub trait ExchangeData: Data + Data { }

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.

Implementors