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

pub struct Difference<'a, T: 'a, S: 'a> {
    // some fields omitted
}

Difference iterator

Trait Implementations

impl<'a, T, S> Iterator for Difference<'a, T, S> where T: Eq + Hash, S: HashState

type Item = &'a T

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

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

impl<'a, T, S> Iterator for Difference<'a, T, S> where T: Eq + Hash, S: HashState

type Item = &'a T

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

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