Type Alias mz_compute::logging::timely::Pusher

source ·
type Pusher<D> = Counter<Timestamp, Vec<(D, Timestamp, Diff)>, Tee<Timestamp, Vec<(D, Timestamp, Diff)>>>;

Aliased Type§

struct Pusher<D> { /* private fields */ }