Type Alias mz_compute_client::metrics::UIntGauge

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

TODO(#25239): Add documentation.

Aliased Type§

struct UIntGauge { /* private fields */ }