Expand description
Google APIs helpers.
This crate contains a number of types and functions used in the implementation of the Google Cloud Client Libraries for Rust.
All the types, traits, and functions defined in the
unstable-sdk-client
feature are not intended for general use. The APIs enabled by this
feature will remain unstable for the foreseeable future, even if used in
stable SDKs. We (the Google Cloud Client Libraries for Rust team) control both and will
change both if needed.
Modules§
- The core error types used by generated clients.
- Client configuration and per request options.
- Defines traits for retry policies and some common implementations.
Type Aliases§
- An alias of std::result::Result where the error is always crate::error::Error.