pub type Hook = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;
Type alias for the hook functions.
pub struct Hook { /* private fields */ }