pub struct Iter<'a, K> { /* private fields */ }
An iterator over the items of a HashSet.
HashSet
This struct is created by the iter method on HashSet. See its documentation for more.
struct
iter