File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
impl < T > Service < Uri > for TimeoutConnector < T >
51
51
where
52
52
T : Service < Uri > + Send ,
53
- T :: Response : hyper :: rt :: Read + hyper :: rt :: Write + Connection + Send + Unpin ,
53
+ T :: Response : Read + Write + Connection + Send + Unpin ,
54
54
T :: Future : Send + ' static ,
55
55
T :: Error : Into < BoxError > ,
56
56
{
@@ -121,8 +121,8 @@ impl<T> TimeoutConnector<T> {
121
121
122
122
impl < T > Connection for TimeoutConnector < T >
123
123
where
124
- T : hyper :: rt :: Read + hyper :: rt :: Write + Connection + Service < Uri > + Send + Unpin ,
125
- T :: Response : hyper :: rt :: Read + hyper :: rt :: Write + Send + Unpin ,
124
+ T : Read + Write + Connection + Service < Uri > + Send + Unpin ,
125
+ T :: Response : Read + Write + Send + Unpin ,
126
126
T :: Future : Send + ' static ,
127
127
T :: Error : Into < BoxError > ,
128
128
{
You can’t perform that action at this time.
0 commit comments