pub trait GoogleApiClientBuilder<C>{
// Required method
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C;
}Required Methods§
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".