pub fn entry_iter_to_apath_strings<EntryIter, E>(
    entry_iter: EntryIter
) -> Vec<String>
where EntryIter: IntoIterator<Item = E>, E: EntryTrait,
Expand description

Collect apaths from an iterator into a list of string.

This is more loosely typed but useful for tests.