Searched defs:collect_into_vec (Results 1 – 2 of 2) sorted by relevance
13 pub(super) fn collect_into_vec<I, T>(pi: I, v: &mut Vec<T>) in collect_into_vec() function
2412 fn collect_into_vec(self, target: &mut Vec<Self::Item>) { in collect_into_vec() method