Skip to main content

NativeTelemetryHook

Type Alias NativeTelemetryHook 

Source
pub type NativeTelemetryHook = Arc<dyn Fn(&TelemetryEvent) + Send + Sync>;
Expand description

Thread-safe callback for managed-client telemetry.

Aliased Typeยง

pub struct NativeTelemetryHook { /* private fields */ }