pub type ServerHookFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
pub struct ServerHookFuture<'a> { /* private fields */ }