// GeneratedClient here is codegen-ed #[tonic::async_trait] impl TonicClient for GeneratedClient { async fn try_connect( dest: tonic::transport::Endpoint, ) -> Result { GeneratedClient::connect(dest).await } }