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

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

Set union iterator.

Trait Implementations

impl<'a, T, S, H> Iterator<&'a T> for Union<'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 Union<'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>)