hyper_
util
0.1.10
BoxSend
Future
Aliased type
In hyper_
util::
common::
exec
hyper_util
::
common
::
exec
Type Alias
BoxSendFuture
Copy item path
source
pub(crate) type BoxSendFuture =
Pin
<
Box
<dyn
Future
<Output =
()
> +
Send
>>;
Aliased Type
ยง
struct BoxSendFuture {}