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

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

HashMap drain iterator

Trait Implementations

impl<'a, K: 'a, V: 'a> Iterator<(K, V)> for Drain<'a, K, V>

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

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

impl<'a, K: 'a, V: 'a> Iterator<(K, V)> for Drain<'a, K, V>

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

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