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

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

Difference iterator

Trait Implementations

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

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

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

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

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

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