pub type TestServiceClientWithMetrics = TestServiceClient<InterceptedService<GrpcMetricSvc, ServiceCallInterceptor>>;Expand description
An TestServiceClient with the default interceptors attached.
Aliased Typeยง
pub struct TestServiceClientWithMetrics { /* private fields */ }