hyper_util::common::exec

Type Alias BoxSendFuture

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

Aliased Typeยง

struct BoxSendFuture {}