Type Alias timely::dataflow::channels::BundleCore

source ·
pub type BundleCore<T, D> = Message<Message<T, D>>;
Expand description

The input to and output from timely dataflow communication channels.

Aliased Type§

struct BundleCore<T, D> { /* private fields */ }