pub trait ExchangeData: ExchangeData + Ord + Debug { }
Expand description

Data types exchangeable in differential dataflow.

Implementors§