Skip to main content

MetricScope

Trait MetricScope 

Source
pub trait MetricScope {
    // Required method
    fn metric_prefix(&self) -> String;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<TClock> MetricScope for TestingNode<TClock>
where TClock: Clock,