pub type RouterFn = Arc<dyn Fn(&State) -> String + Send + Sync>;
Router function type
pub struct RouterFn { /* private fields */ }