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

pub struct IntoIter<K> {
    // some fields omitted
}

HashSet move iterator

Trait Implementations

impl<K> Iterator<K> for IntoIter<K>

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

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

impl<K> Iterator<K> for IntoIter<K>

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

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