hyper_
util
0.1.10
Sealed
Implementors
In hyper_
util::
client::
legacy::
connect::
sealed
hyper_util
::
client
::
legacy
::
connect
::
sealed
Trait
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:
Read
+
Write
+
Connection
+
Unpin
+
Send
+ 'static,