pub type ServerHookFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Async return type used by server hook callbacks.
pub struct ServerHookFuture<'a> { /* private fields */ }