Skip to main content

CustomTrackFn

Type Alias CustomTrackFn 

Source
pub type CustomTrackFn = Arc<dyn Fn(TelemetryEvent) -> BoxFuture<'static, ()> + Send + Sync>;

Aliased Typeยง

pub struct CustomTrackFn { /* private fields */ }