pub fn ancestors<'a>(
    path: &'a Path,
    stop_root_at: Option<&Path>
) -> PathAncestors<'a>Notable traits for PathAncestors<'a>impl<'a> Iterator for PathAncestors<'a> type Item = &'a Path;