pub type Channel = TracingInjectChannel;
Expand description
A wrapper around tonic’s Channel
that injects the TracingContext
obtained from the current
tracing span when making gRPC requests.
Aliased Type§
struct Channel {
inner: Channel,
}
Fields§
§inner: Channel