pub trait LocalMetric {
// Required method
fn flush(&self);
}Expand description
An interface models a Metric only usable in single thread environment.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".