Home
last modified time | relevance | path

Searched refs:BoxIter (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/rust/alloc/
Dboxed.rs1819 BoxIter::last(self) in last()
1823 trait BoxIter { interface
1828 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> {
1843 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {