Skip to main content

Module client

Module client 

Source
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§

TraceService
Implements a client for the Cloud Trace API.