Type Alias LocalFuture

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

Aliased Typeยง

struct LocalFuture<'a, T> {}