Searched defs:last (Results 1 – 2 of 2) sorted by relevance
1818 fn last(self) -> Option<I::Item> { in last() method1825 fn last(self) -> Option<Self::Item>; in last() method1830 default fn last(self) -> Option<I::Item> { in last() method1844 fn last(self) -> Option<I::Item> { in last() method
2363 fn last(self) -> T; in last() method2371 fn last(self) -> T { in last() method2381 fn last(mut self) -> T { in last() method