Skip to main content

HookFuture

Type Alias HookFuture 

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

Aliased Typeยง

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