Skip to main content

find_session_paths

Function find_session_paths 

Source
fn find_session_paths(
    root: &Path,
    matching_file_fn: impl Fn(&DirEntry) -> bool,
    skip_dir_fn: impl Fn(&DirEntry) -> bool,
) -> Result<Vec<PathBuf>>