type Pusher<D> = Counter<Timestamp, Vec<(D, Timestamp, Diff)>, Tee<Timestamp, Vec<(D, Timestamp, Diff)>>>;
Expand description
A pusher for updates of value D
for vector-based containers.
Aliased Type§
struct Pusher<D> { /* private fields */ }
type Pusher<D> = Counter<Timestamp, Vec<(D, Timestamp, Diff)>, Tee<Timestamp, Vec<(D, Timestamp, Diff)>>>;
A pusher for updates of value D
for vector-based containers.
struct Pusher<D> { /* private fields */ }