Type Definition nature::db::flow_tool::ContextChecker

source ·
pub type ContextChecker = fn(contexts: &HashMap<String, String>, none: &HashSet<String>, all: &HashSet<String>, any: &HashSet<String>) -> bool;