pub type OpenTelemetryProtocolInterceptorRef<E> = Arc<dyn OpenTelemetryProtocolInterceptor<Error = E> + Send + Sync + 'static>;

Aliased Type§

struct OpenTelemetryProtocolInterceptorRef<E> { /* private fields */ }