pub type CreateMetricsLoggerFn = Box<dyn Fn(Vec<u32>) -> BoxFuture<'static, Result<MetricEventLoggerProxy, Error>>>;

Aliased Type§

struct CreateMetricsLoggerFn(/* private fields */);