@@ -84,7 +84,7 @@ pub mod instrument_client {
8484 where
8585 T : tonic:: client:: GrpcService < tonic:: body:: BoxBody > ,
8686 T :: Error : Into < StdError > ,
87- T :: ResponseBody : Default + Body < Data = Bytes > + Send + ' static ,
87+ T :: ResponseBody : Body < Data = Bytes > + Send + ' static ,
8888 <T :: ResponseBody as Body >:: Error : Into < StdError > + Send ,
8989 {
9090 pub fn new ( inner : T ) -> Self {
@@ -97,6 +97,7 @@ pub mod instrument_client {
9797 ) -> InstrumentClient < InterceptedService < T , F > >
9898 where
9999 F : tonic:: service:: Interceptor ,
100+ T :: ResponseBody : Default ,
100101 T : tonic:: codegen:: Service <
101102 http:: Request < tonic:: body:: BoxBody > ,
102103 Response = http:: Response <
@@ -129,9 +130,9 @@ pub mod instrument_client {
129130 & mut self ,
130131 request : impl tonic:: IntoRequest < super :: InstrumentRequest > ,
131132 ) -> Result <
132- tonic:: Response < tonic:: codec:: Streaming < super :: Update > > ,
133- tonic:: Status ,
134- > {
133+ tonic:: Response < tonic:: codec:: Streaming < super :: Update > > ,
134+ tonic:: Status ,
135+ > {
135136 self . inner
136137 . ready ( )
137138 . await
@@ -152,11 +153,9 @@ pub mod instrument_client {
152153 & mut self ,
153154 request : impl tonic:: IntoRequest < super :: TaskDetailsRequest > ,
154155 ) -> Result <
155- tonic:: Response <
156- tonic:: codec:: Streaming < super :: super :: tasks:: TaskDetails > ,
157- > ,
158- tonic:: Status ,
159- > {
156+ tonic:: Response < tonic:: codec:: Streaming < super :: super :: tasks:: TaskDetails > > ,
157+ tonic:: Status ,
158+ > {
160159 self . inner
161160 . ready ( )
162161 . await
0 commit comments