hyper
1.5.2
Sealed
Implementors
In hyper::
rt::
bounds::
h2_
client::
sealed_
client
hyper
::
rt
::
bounds
::
h2_client
::
sealed_client
Trait
Sealed
Copy item path
source
pub trait Sealed<X> { }
Implementors
§
source
§
impl<E, B, T>
Sealed
<
(B, T)
> for E
where E:
Executor
<
H2ClientFuture
<B, T>>, B:
Body
+ 'static, B::
Error
:
Into
<
Box
<dyn
Error
+
Send
+
Sync
>>,
H2ClientFuture
<B, T>:
Future
<Output =
()
>, T:
Read
+
Write
+
Unpin
,