pub async fn scope_request_id<T>( request_id: impl Into<String>, future: impl Future<Output = T>, ) -> T
Runs a future with request id available to outgoing RPC layers.