Skip to main content

TelemetryCallback

Type Alias TelemetryCallback 

Source
pub type TelemetryCallback = Box<dyn Fn(&DiagnosticEntry) + Send + Sync>;
Expand description

Callback type for telemetry hooks.

Aliased Typeยง

pub struct TelemetryCallback(/* private fields */);