Trait most_recently::MostRecently[][src]

pub trait MostRecently: Iterator<Item = PathBuf> + Sized {
    fn most_recently(self, method: Method) -> Option<Self::Item> { ... }
}

Provided methods

Implementors