Type Alias servers::interceptor::PromQueryInterceptorRef

source ·
pub type PromQueryInterceptorRef<E> = Arc<dyn PromQueryInterceptor<Error = E> + Send + Sync + 'static>;

Aliased Type§

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