Searched defs:TwoVec (Results 1 – 1 of 1) sorted by relevance
39 struct TwoVec<T> { in test_double_drop() struct40 x: Vec<T>, in test_double_drop()41 y: Vec<T>, in test_double_drop()