Searched refs:BoxIter (Results 1 – 1 of 1) sorted by relevance
1932 BoxIter::last(self) in last()1936 trait BoxIter { interface1941 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> {1956 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {