I was looking into https://doc.rust-lang.org/std/iter/trait.Iterator.html trying to find source code for the zip method
I expected to see "src" with a link to the function source code.
Instead, there appear to be no such link and other methods (even next!) of this trait also lack source code links.
I was looking into https://doc.rust-lang.org/std/iter/trait.Iterator.html trying to find source code for the
zipmethodI expected to see "src" with a link to the function source code.
Instead, there appear to be no such link and other methods (even
next!) of this trait also lack source code links.