100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

6.5 Iter exercise

Open drguildo opened this issue 4 months ago • 0 comments

Thanks for creating the course and making it available. I'm learning a lot from it.

Doing exercise 6.5 Iter seems to require a return type of impl Iterator<Item = &Ticket>, but AFAIK returning an impl hasn't been covered in the book yet. Did I overlook something, or is there another way of solving it without resorting to an impl return type?

drguildo avatar Oct 07 '24 22:10 drguildo