Struct rustc_typeck::session::search_paths::IterExperimental [-]  [+] [src]

pub struct Iter<'a> {
    // some fields omitted
}

Trait Implementations

impl<'a> Iterator<&'a Path> for Iter<'a>

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

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