pub trait EncodeGaugeValue {
    fn encode(&self, encoder: &mut GaugeValueEncoder<'_>) -> Result<(), Error>;
}
Expand description

An encodable gauge value.

Required Methods§

Encode the given instance in the OpenMetrics text encoding.

Implementations on Foreign Types§

Implementors§