pub type IntGaugeGuard = GenericGaugeGuard<AtomicI64>;
Expand description
An RAII-style guard for an AtomicI64
gauge.
Created by the methods on the GuardedGauge
extension trait.
Aliased Typeยง
pub struct IntGaugeGuard { /* private fields */ }
pub type IntGaugeGuard = GenericGaugeGuard<AtomicI64>;
An RAII-style guard for an AtomicI64
gauge.
Created by the methods on the GuardedGauge
extension trait.
pub struct IntGaugeGuard { /* private fields */ }