Beginner Rust programming tutorial! How to implement the IntoIterator trait

This video explains to beginner Rust programmers how to enable iterating through your type with the “for loop” syntax. We also spend some time taking a good look through the standard library to find example code for other traits that we might like to implement.