pub trait MetricsSessionExt: SessionExt {
// Provided method
fn metrics(&self) -> VortexMetrics { ... }
}Expand description
Extension trait for accessing session metrics.
Provided Methods§
Sourcefn metrics(&self) -> VortexMetrics
fn metrics(&self) -> VortexMetrics
Return the global session metrics registry.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.