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