Expand description
§Example
let client = TraceService::builder().build().await?;
client.batch_write_spans()
/* set fields */
.send().await?;Concrete implementations of this client library traits.
Structs§
- Trace
Service - Implements a client for the Cloud Trace API.