pub trait EncodeMetric {
    fn encode(&self, encoder: Encoder<'_, '_>) -> Result<(), Error>;
fn metric_type(&self) -> MetricType; }

Required methods

Implementations on Foreign Types

Implementors