Skip to main content

LocalBoxFuture

Type Alias LocalBoxFuture 

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

A boxed, !Send future for the install_spawner executor door.

Aliased Type§

pub struct LocalBoxFuture { /* private fields */ }
Day API ↩ Guides· daybrite.dev