Struct rustc_lint::session::search_paths::Iter [] [src]

pub struct Iter<'a> {
    // some fields omitted
}
Unstable (rustc_private)

Trait Implementations

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

type Item = (&'a Path, PathKind)

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