GoogleApiClientBuilder

Trait GoogleApiClientBuilder 

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

Required Methods§

Source

fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C

Implementors§