pub type Handle<T, D> = Handle<T, CapacityContainerBuilder<Vec<D>>>;
Expand description
A handle to an input Stream
, used to introduce data to a timely dataflow computation.
Aliased Typeยง
pub struct Handle<T, D> { /* private fields */ }
pub type Handle<T, D> = Handle<T, CapacityContainerBuilder<Vec<D>>>;
A handle to an input Stream
, used to introduce data to a timely dataflow computation.
pub struct Handle<T, D> { /* private fields */ }