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> {
    pub payload: Message<T, C>,
}

Fields§

§payload: Message<T, C>

Bincode contents.