Type Alias timely::dataflow::channels::pact::Exchange

source ·
pub type Exchange<D, F> = ExchangeCore<Vec<D>, F>;
Expand description

ExchangeCore specialized to vector-based containers.

Aliased Type§

struct Exchange<D, F> { /* private fields */ }