When pressing the + hotkey on type's documentation such as on the documentation of Option, the methods of the impl are still shown. This is however mostly useless information that gets in the way of scrolling to see what traits a type implements.
It would be more ergonomic if + would hide every method of every trait impl but still show all associated items (types and consts) for each impl (since they carry useful information).
In addition, a [+]/[-] link should be added on all the impls (including non-trait impls) either besides [src] or to the left of the impl (as done with fns this expands and collapses the impls but keeps associated items shown.
When pressing the
+hotkey on type's documentation such as on the documentation of Option, the methods of theimplare still shown. This is however mostly useless information that gets in the way of scrolling to see what traits a type implements.It would be more ergonomic if
+would hide every method of every traitimplbut still show all associated items (types and consts) for eachimpl(since they carry useful information).In addition, a
[+]/[-]link should be added on all theimpls (including non-trait impls) either besides[src]or to the left of theimpl(as done withfns this expands and collapses the impls but keeps associated items shown.