Type Alias timely::dataflow::operators::generic::InputHandle

source ·
pub type InputHandle<T, D, P> = InputHandleCore<T, Vec<D>, P>;
Expand description

Handle to an operator’s input stream, specialized to vectors.

Aliased Type§

struct InputHandle<T, D, P> { /* private fields */ }