Skip to main content

BundlingFuture

Type Alias BundlingFuture 

Source
pub type BundlingFuture = Shared<Pin<Box<dyn Future<Output = ()> + Send + 'static>>>;

Aliased Typeยง

pub struct BundlingFuture { /* private fields */ }