Type Alias mz_ore::metrics::ComputedUIntGauge

source ·
pub type ComputedUIntGauge = ComputedGenericGauge<AtomicU64>;
Available on crate feature metrics only.
Expand description

A ComputedGenericGauge for 64-bit unsigned integers.

Aliased Type§

struct ComputedUIntGauge { /* private fields */ }