Skip to main content

ComputedIntGauge

Type Alias ComputedIntGauge 

Source
pub type ComputedIntGauge = ComputedGenericGauge<AtomicI64>;
Available on crate feature metrics only.
Expand description

A ComputedGenericGauge for 64-bit signed integers.

Aliased Typeยง

pub struct ComputedIntGauge { /* private fields */ }