Trait Metric

Source
pub trait Metric:
    Send
    + Sync
    + Reportable
    + InfluxdbReportable
    + PrometheusReportable {
    // Required method
    fn get_type(&self) -> &str;
}

Required Methods§

Source

fn get_type(&self) -> &str

Implementors§