Home
last modified time | relevance | path

Searched defs:last (Results 1 – 2 of 2) sorted by relevance

/rust/alloc/
Dboxed.rs1818 fn last(self) -> Option<I::Item> { in last() method
1825 fn last(self) -> Option<Self::Item>; in last() method
1830 default fn last(self) -> Option<I::Item> { in last() method
1844 fn last(self) -> Option<I::Item> { in last() method
/rust/alloc/vec/
Dmod.rs2363 fn last(self) -> T; in last() method
2371 fn last(self) -> T { in last() method
2381 fn last(mut self) -> T { in last() method