Bundle

Type Alias Bundle 

Source
pub type Bundle<T, D> = BundleCore<T, Vec<D>>;
Expand description

The input to and output from timely dataflow communication channels specialized to vectors.

Aliased Typeยง

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