pub type InterceptedGrpcService = InterceptedService<Channel, GrpcInterceptor>;
Expand description

A tonic channel intercepted to provide distributed tracing context propagation.

Aliased Type§

struct InterceptedGrpcService { /* private fields */ }