Searched refs:into_parts (Results 1 – 3 of 3) sorted by relevance
103 (Some(_left), None) => break count + 1 + self.left.into_parts().1.count(), in count()104 (None, Some(_right)) => break count + 1 + self.right.into_parts().1.count(), in count()124 self.left.into_parts().1.last().unwrap_or(left), in last()129 self.right.into_parts().1.last().unwrap_or(right), in last()
240 - Add methods `PutBack::with_value` and `PutBack::into_parts`.
193 pub fn into_parts(self) -> (Option<I::Item>, I) { in into_parts() function