pub async fn trace_backend_request<Fut, T>(_cmd_id: u16, future: Fut) -> Twhere
Fut: Future<Output = T>,Expand description
Record a backend request span for the API request currently executing on
this Tokio task. Calls outside public API dispatch are intentionally no-op,
matching C++’s explicit ReqReply_RelatedAPISvrReq linking model.