pub fn files_in_folder<'a>( folder: &'a str, prefix: &'a str, extension: &'a str, ) -> RvResult<impl Iterator<Item = PathBuf> + 'a>