InterceptedGrpcService

Type Alias InterceptedGrpcService 

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

A tonic channel intercepted to provide distributed tracing context propagation.

Aliased Typeยง

pub struct InterceptedGrpcService { /* private fields */ }