pub struct Histogram { /* private fields */ }Expand description
Histograms are values whose distribution is calculated by the server.
The distribution calculated for histograms is often similar to that of timers. Histograms can be thought of as a more general (not limited to timing things) form of timers.
See the Histogrammed trait for more information.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Histogram
impl UnwindSafe for Histogram
Blanket Implementations
Mutably borrows from an owned value. Read more