Trait gcloud_sdk::GoogleApiClientBuilder
source · pub trait GoogleApiClientBuilder<C>where
C: Clone + Send + Sync,{
// Required method
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C;
}