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 */ }pub type Bundle<T, D> = BundleCore<T, Vec<D>>;The input to and output from timely dataflow communication channels specialized to vectors.
pub struct Bundle<T, D> { /* private fields */ }