Type Definition timely::dataflow::channels::Bundle[][src]

type Bundle<T, D> = Message<Message<T, D>>;

The input to and output from timely dataflow communication channels.