Skip to main content

Module client

Module client 

Source
Expand description

§Example

    let client = ServiceController::builder().build().await?;
    let response = client.check()
        /* set fields */
        .send().await?;
    println!("response {:?}", response);

Concrete implementations of this client library traits.

Structs§

ServiceController
Implements a client for the Service Control API.