pub type ServerHookHandlerFactory = fn() -> ServerHookHandler;Expand description
A type alias for a hook handler factory function.
This function pointer type is used to create ServerHookHandler instances based on generic types. It allows delayed instantiation of hooks.