Searched defs:SearchPath (Results 1 – 2 of 2) sorted by relevance
6 pub struct SearchPath { struct9 pub files: Vec<SearchPathFile>, argument12 /// The obvious implementation of `SearchPath::files` is a `Vec<PathBuf>`. But argument48 impl SearchPath { impl
47 search_paths: &'a [SearchPath], in new()48 tlib_path: &'a SearchPath, in new()