Rust: Associated types for Iterator implementations

preview_player
Показать описание
This video explains how to understand type bounds for standard library types around iterator traits. This will cover associated types, blanket trait implementations, and how these relate to the type-bound syntax, by using examples from Iterator, IntoIterator, and Flatten.

You can find the transcript of the video as a blog post at this link:
Рекомендации по теме
Комментарии
Автор

Very well done video!!! Very nice. Keep these up. We need more intermediate videos on rust. Thank you.

joebuydem
Автор

I'm happy to see this topic being covered. I used some concepts here myself making my own crate.

abhishekshah
Автор

Amazing video! :D Thank you, I was really entertained. I love type system of Rust, so I could watch these kind of videos all day!

mzg
Автор

I just started learning and making videos about Rust, and this video is very helpful.

mohaniya
Автор

Very nice video and great explanation ! Thank you
all that is missing is a small implementation of an iterator at the end but i'm just nitpicking :)

Tarekconqueso
Автор

This is a very good video! Can you telll us what you used for creating these animations for slides and the code highlighting synced with audio?

korigamik