Type Alias mz_storage_client::metrics::UIntGauge

source ·
pub type UIntGauge = DeleteOnDropGauge<'static, AtomicU64, Vec<String>>;

Aliased Type§

struct UIntGauge { /* private fields */ }