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