pub fn inject_context_into(cx: &Context, headers: &mut HeaderMap)Expand description
Inject a specific Context into headers. Lower-level than
inject_current_span_into; prefer that for production call sites.
pub fn inject_context_into(cx: &Context, headers: &mut HeaderMap)Inject a specific Context into headers. Lower-level than
inject_current_span_into; prefer that for production call sites.