pub trait EncodeCounterValue { fn encode(&self, encoder: &mut CounterValueEncoder<'_>) -> Result<(), Error>; }
An encodable counter value.
Encode the given instance in the OpenMetrics text encoding.