OpenTelemetryProtocolInterceptorRef

Type Alias OpenTelemetryProtocolInterceptorRef 

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

Aliased Typeยง

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