Struct list::MoveItems [-]  [+] [src]

pub struct MoveItems<A> {
    // some fields omitted
}

Trait Implementations

impl<A> Iterator<A> for MoveItems<A>

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

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