Closed
Description
Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):
- Click on
[-]
to collapse everything - Click on
iter
in Methods section
Page will be scrolled to the pub fn iter.
Nightly documentation (e.g. https://doc.rust-lang.org/nightly/std/collections/hash_map/struct.HashMap.html):
- Click on
[-]
to collapse everything - Click on
iter
in Methods section
Nothing will happen, because the iter
is inside a collapsed impl<K, V, S> HashMap<K, V, S>
outer section.