pub trait LocalMetric {
    // Required method
    fn flush(&self);
}Expand description
An interface models a Metric only usable in single thread environment.
pub trait LocalMetric {
    // Required method
    fn flush(&self);
}An interface models a Metric only usable in single thread environment.