Type Definition ore::metrics::ComputedIntGauge[][src]

pub type ComputedIntGauge = ComputedGenericGauge<AtomicI64>;
This is supported on crate feature metrics only.
Expand description

A ComputedGenericGauge for 64-bit signed integers.