pub type NodeFunction = Arc<dyn Fn(&HashMap<String, String>, &HashMap<String, String>) -> HashMap<String, String> + Send + Sync>;Expand description
Type alias for node execution functions Takes broadcast variables and variant parameters as input, returns output variables
Aliased Typeยง
pub struct NodeFunction { /* private fields */ }