Sealed
hyper
1.9.0
Sealed
Implementors
In hyper::
rt::
bounds::
h2_
server::
sealed
hyper
::
rt
::
bounds
::
h2_server
::
sealed
Trait
Sealed
Copy item path
Source
pub trait Sealed<T> { }
Implementors
§
Source
§
impl<E, F, B>
Sealed
<
(F, B)
> for E
where E:
Clone
+
Executor
<
H2Stream
<F, B, E>> +
Http2UpgradedExec
<B::
Data
>,
H2Stream
<F, B, E>:
Future
<Output =
()
>, B:
Body
,