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.
Stream
struct Handle<T, D> { /* private fields */ }