Skip to main content

HookFuture

Type Alias HookFuture 

Source
pub type HookFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Expand description

Future returned by pool lifecycle hooks.

Aliased Typeยง

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