pub fn set_response_headers_from_ctx<B>(
    response: &mut Response<B>
) -> Result<(), AnyErr>
Available on crate features opentelemetry-grpc or opentelemetry-http only.
Expand description

Set the response headers from the current span context. So downstream services can continue the current trace.