Type Alias timely::dataflow::operators::generic::OutputHandle

source ·
pub type OutputHandle<'a, T, D, P> = OutputHandleCore<'a, T, Vec<D>, P>;
Expand description

Handle specialized to Vec-based container.

Aliased Type§

struct OutputHandle<'a, T, D, P> { /* private fields */ }