pub trait GoogleApiClientBuilder<C>where
    C: Clone + Send + Sync,
{ fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C; }

Required Methods§

Implementors§