pub type InterceptedGrpcService = InterceptedService<Channel, GrpcInterceptor>;Expand description
A tonic channel intercepted to provide distributed tracing context propagation.
Aliased Typeยง
struct InterceptedGrpcService { /* private fields */ }pub type InterceptedGrpcService = InterceptedService<Channel, GrpcInterceptor>;A tonic channel intercepted to provide distributed tracing context propagation.
struct InterceptedGrpcService { /* private fields */ }