Type Alias mz_compute::logging::compute::Pusher
source · type Pusher<D> = Counter<Timestamp, Vec<(D, Timestamp, Diff)>, Tee<Timestamp, Vec<(D, Timestamp, Diff)>>>;
Aliased Type§
struct Pusher<D> { /* private fields */ }