Type Alias irox_threading::LocalFuture

source ·
pub type LocalFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a>>;

Aliased Type§

struct LocalFuture<'a, T> { /* private fields */ }