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