54
54
IO : AsyncRead + AsyncWrite + Unpin + Send + ' static ,
55
55
S : MakeServiceRef < IO , Body , ResBody = B > ,
56
56
S :: Error : Into < Box < dyn StdError + Send + Sync > > ,
57
- B : HttpBody + Send + Sync + ' static ,
57
+ B : HttpBody + ' static ,
58
58
B :: Error : Into < Box < dyn StdError + Send + Sync > > ,
59
59
F : Future < Output = ( ) > ,
60
60
E : ConnStreamExec < <S :: Service as HttpService < Body > >:: Future , B > ,
@@ -103,7 +103,7 @@ where
103
103
I : AsyncRead + AsyncWrite + Unpin + Send + ' static ,
104
104
S : HttpService < Body > ,
105
105
E : ConnStreamExec < S :: Future , S :: ResBody > ,
106
- S :: ResBody : Send + Sync + ' static ,
106
+ S :: ResBody : ' static ,
107
107
<S :: ResBody as HttpBody >:: Error : Into < Box < dyn StdError + Send + Sync > > ,
108
108
{
109
109
type Future =
@@ -119,7 +119,7 @@ where
119
119
S : HttpService < Body > ,
120
120
S :: Error : Into < Box < dyn StdError + Send + Sync > > ,
121
121
I : AsyncRead + AsyncWrite + Unpin ,
122
- S :: ResBody : HttpBody + Send + ' static ,
122
+ S :: ResBody : HttpBody + ' static ,
123
123
<S :: ResBody as HttpBody >:: Error : Into < Box < dyn StdError + Send + Sync > > ,
124
124
E : ConnStreamExec < S :: Future , S :: ResBody > ,
125
125
{
0 commit comments