You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at the documentation of a certain trait (e.g. http://doc.rust-lang.org/std/iter/trait.Iterator.html), I can't tell which methods have to be implemented to use this trait or which ones have a default implementation (and don't have to be provided when implementing the trait). They are just in the same section "Required Methods" (which is kind of intimidating when trying to implement an Iterator 😉).
The text was updated successfully, but these errors were encountered:
When looking at the documentation of a certain trait (e.g. http://doc.rust-lang.org/std/iter/trait.Iterator.html), I can't tell which methods have to be implemented to use this trait or which ones have a default implementation (and don't have to be provided when implementing the trait). They are just in the same section "Required Methods" (which is kind of intimidating when trying to implement an Iterator 😉).
The text was updated successfully, but these errors were encountered: