Searched defs:UnitTuple (Results 1 – 1 of 1) sorted by relevance
11 type UnitTuple = (&'static str, &'static str, &'static str, &'static str); typedef881 fn test_group(group: &[UnitTuple]) { in test_group()