@@ -33,7 +33,7 @@ impl<R, S> Client<R, S>
33
33
where
34
34
S : GrpcService < BoxBody > + Clone + Send + ' static ,
35
35
S :: ResponseBody : Send + Sync ,
36
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
36
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
37
37
<S :: ResponseBody as Body >:: Error :
38
38
Into < Box < dyn std:: error:: Error + Send + Sync + ' static > > + Send ,
39
39
S :: Future : Send ,
@@ -65,7 +65,7 @@ impl<T, R, S> Service<T> for Client<R, S>
65
65
where
66
66
T : Param < LookupAddr > ,
67
67
S : GrpcService < BoxBody > + Clone + Send + ' static ,
68
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
68
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
69
69
<S :: ResponseBody as Body >:: Error :
70
70
Into < Box < dyn std:: error:: Error + Send + Sync + ' static > > + Send ,
71
71
S :: Future : Send ,
@@ -112,7 +112,7 @@ type InnerFuture =
112
112
impl < S > Inner < S >
113
113
where
114
114
S : GrpcService < BoxBody > + Clone + Send + ' static ,
115
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
115
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
116
116
<S :: ResponseBody as Body >:: Error :
117
117
Into < Box < dyn std:: error:: Error + Send + Sync + ' static > > + Send ,
118
118
S :: Future : Send ,
@@ -129,7 +129,7 @@ where
129
129
impl < S > Service < LookupAddr > for Inner < S >
130
130
where
131
131
S : GrpcService < BoxBody > + Clone + Send + ' static ,
132
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
132
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
133
133
<S :: ResponseBody as Body >:: Error :
134
134
Into < Box < dyn std:: error:: Error + Send + Sync + ' static > > + Send ,
135
135
S :: Future : Send ,
0 commit comments