[][src]Trait timely::ExchangeData

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

impl<T: Data + Data> ExchangeData for T[src]

Loading content...