Function find_files_rec

Source
fn find_files_rec(
    dict: BTreeMap<String, PicEntry>,
    path: &Path,
) -> Result<BTreeMap<String, PicEntry>>
Expand description

init_pics 用の再帰関数。