Type Definition 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.