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

pub struct RefItems<'a, A: 'a> {
    // some fields omitted
}

Trait Implementations

impl<'a, A> Iterator<&'a A> for RefItems<'a, A>

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

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