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