pub(crate) type Pusher<C> = Counter<Timestamp, C, Tee<Timestamp, C>>;
Expand description
A pusher for containers C
.
Aliased Type§
struct Pusher<C> { /* private fields */ }
pub(crate) type Pusher<C> = Counter<Timestamp, C, Tee<Timestamp, C>>;
A pusher for containers C
.
struct Pusher<C> { /* private fields */ }