Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1932 BoxIter::last(self) in last()
1936 trait BoxIter { interface
1941 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> {
1956 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {