Searched defs:Registry (Results 1 – 1 of 1) sorted by relevance
68 type Registry = HashMap<&'static str, fn(&str, i32, &Task) -> Result<()>>; typedef70 fn register<T: OnItem + Debug + Copy>(registry: &mut Registry) { in register()