Skip to main content
TelemetryEvent
kinetic_
common
0.2.0
Telemetry
Event
Required Methods
emit
Implementors
In kinetic_
common::
telemetry
kinetic_common
::
telemetry
Trait
Telemetry
Event
Copy item path
Source
pub trait TelemetryEvent { // Required method fn
emit
(&self); }
Expand description
Trait for telemetry events.
Required Methods
§
Source
fn
emit
(&self)
Implementors
§