pub type HookFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Future returned by pool lifecycle hooks.
pub struct HookFuture<'a> { /* private fields */ }