hyper
0.14.30
Sealed
Implementors
In hyper::client::connect::sealed
Trait
hyper
::
client
::
connect
::
sealed
::
Sealed
Copy item path
source
·
[
−
]
pub trait Sealed { }
Implementors
§
source
§
impl<S, T>
Sealed
for S
where S:
Service
<
Uri
, Response = T> +
Send
, S::
Error
:
Into
<
Box
<dyn
StdError
+
Send
+
Sync
>>, S::
Future
:
Unpin
+
Send
, T:
AsyncRead
+
AsyncWrite
+
Connection
+
Unpin
+
Send
+ 'static,