Sealed
hyper
1.6.0
Sealed
Implementors
In hyper::
rt::
bounds::
h2_
client::
sealed_
client
Traits
Sealed
hyper
::
rt
::
bounds
::
h2_client
::
sealed_client
Trait
Sealed
Copy item path
Settings
Help
Summary
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
,