[][src]Type Definition nature_db::flow_tool::StateChecker

type StateChecker = fn(status: &HashSet<String>, none: &HashSet<String>, all: &HashSet<String>, any: &HashSet<String>) -> bool;