usestd::sync::atomic::Ordering;pubmodcounter;pubmodgauge;/// A kind of metric
pubtraitMetric<W>: crate::sealed::Sealed
where
W: std::fmt::Write,
{/// Convert the metric to lines that Prometheus can understand
fnto_prometheus_lines(&self, buf:&mut W, order: Ordering);}