Type Alias timely::dataflow::channels::pushers::tee::Tee

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

TeeCore specialized to Vec-based container.

Aliased Type§

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