servers::interceptor

Type Alias PromQueryInterceptorRef

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

Aliased Typeยง

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