Struct metered_channel::Readout [−][src]
Expand description
A readout of sizes from the meter. Note that it is possible, due to asynchrony, for received to be slightly higher than sent.
Fields
sent: usize
The amount of messages sent on the channel, in aggregate.
received: usize
The amount of messages received on the channel, in aggregate.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Readout
impl UnwindSafe for Readout
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more