Type Alias timely::dataflow::channels::Bundle

source ·
pub type Bundle<T, C> = Message<Message<T, C>>;
Expand description

The input to and output from timely dataflow communication channels.

Aliased Type§

struct Bundle<T, C> { /* private fields */ }