Type Alias BoxSendFuture

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

Aliased Typeยง

#[repr(transparent)]
pub(crate) struct BoxSendFuture { /* private fields */ }