Struct std::collections::hash_set::IterStable [-] [+] [src]

pub struct Iter<'a, K: 'a> {
    // some fields omitted
}

HashSet iterator

Trait Implementations

impl<'a, K> Iterator for Iter<'a, K>

type Item = &'a K

fn next(&mut self) -> Option<&'a K>

fn size_hint(&self) -> (usize, Option<usize>)

impl<'a, K> ExactSizeIterator for Iter<'a, K>

fn len(&self) -> usize

impl<'a, K> Iterator for Iter<'a, K>

type Item = &'a K

fn next(&mut self) -> Option<&'a K>

fn size_hint(&self) -> (usize, Option<usize>)

impl<'a, K> ExactSizeIterator for Iter<'a, K>

fn len(&self) -> usize