Type Alias timely::dataflow::operators::unordered_input::UnorderedHandle

source ·
pub type UnorderedHandle<T, D> = UnorderedHandle<T, Vec<D>>;
Expand description

An unordered handle specialized to vectors.

Aliased Type§

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