[][src]Trait preftool_dirs::SearchPaths

pub trait SearchPaths: LogOwner {
    type Iter: Iterator<Item = ConfigPath> + 'static;
    fn iter(&self) -> Self::Iter;
}

Associated Types

type Iter: Iterator<Item = ConfigPath> + 'static

Loading content...

Required methods

fn iter(&self) -> Self::Iter

Loading content...

Implementors

impl SearchPaths for ConfigDirs[src]

type Iter = IntoIter<ConfigPath>

Loading content...