Type Alias UIntGauge

Source
pub type UIntGauge = DeleteOnDropGauge<AtomicU64, Vec<String>>;

Aliased Typeยง

pub struct UIntGauge { /* private fields */ }