rustc::metadata::filesearch::pick[src]

type pick<'a> = |path: &Path|: 'a -> FileMatch;

Functions with type pick take a parent directory as well as a file found in that directory.