Skip to main content

TelemetryEngine

Trait TelemetryEngine 

Source
pub trait TelemetryEngine: Send + Sync {
    // Required method
    fn snapshot(&self) -> TelemetrySnapshot;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§