hyper
0.14.30
BoxSendFuture
Aliased type
In hyper::common::exec
Type Alias
hyper
::
common
::
exec
::
BoxSendFuture
Copy item path
source
·
[
−
]
pub(crate) type BoxSendFuture =
Pin
<
Box
<dyn
Future
<Output =
()
> +
Send
>>;
Aliased Type
§
struct BoxSendFuture {}