BlockFuture

Type Alias BlockFuture 

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

Aliased Typeยง

pub struct BlockFuture { /* private fields */ }