Searched refs:BoxIter (Results 1 – 1 of 1) sorted by relevance
1819 BoxIter::last(self) in last()1823 trait BoxIter { interface1828 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> {1843 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {