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

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

HashSet drain iterator

Trait Implementations

impl<'a, K: 'a> Iterator<K> for Drain<'a, K>

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

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

impl<'a, K: 'a> Iterator<K> for Drain<'a, K>

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

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