Type Alias hyper::common::exec::BoxSendFuture

source ·
pub(crate) type BoxSendFuture = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Type§

struct BoxSendFuture {}