filmov
tv
Code Review Part 4 - Using generics where possible - 5 of 5
![preview_player](https://i.ytimg.com/vi/BgYiSITBgRE/maxresdefault.jpg)
Показать описание
This final video looks into the use of IntoIterator and AsRef to make the function arguments for the parse routines fully generic. It's important to note that the purpose isn't necessarily to take advantage of generics as a point of abstraction. The point is to communicate the most generic requirement of the arguments passed into the function.