-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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 😉).
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.