mz_compute::logging::timelyType Alias Pusher
Source type Pusher<D> = Counter<Timestamp, Vec<(D, Timestamp, Diff)>, Tee<Timestamp, Vec<(D, Timestamp, Diff)>>>;
struct Pusher<D> { }
Implementations
Allocates a new Counter
from a pushee and shared counts.
A references to shared changes in counts, for cloning or draining.
Trait Implementations
Formats the value using the given formatter.
Read more
Pushes element
with the opportunity to take ownership.
Pushes element
and drops any resulting resources.
Pushes None
, conventionally signalling a flush.