pub type GrpcQueryInterceptorRef<E> = Arc<dyn GrpcQueryInterceptor<Error = E> + Send + Sync + 'static>;
struct GrpcQueryInterceptorRef<E> { /* private fields */ }