pub type HandlerFn = Arc<dyn Fn(Request) -> Response + Send + Sync>;
Type alias for the handler function.
pub struct HandlerFn { /* private fields */ }