[src]

Struct glob::Paths

pub struct Paths {
    // some fields omitted
}

An iterator that yields Paths from the filesystem that match a particular pattern - see the glob function for more details.

Trait Implementations

impl Iterator<Path> for Paths

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