Home
last modified time | relevance | path

Searched refs:which_re (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs171 which::which_re(Regex::new(r".").unwrap()) in test_which_re_accepts_owned_and_borrow()
174 which::which_re(&Regex::new(r".").unwrap()) in test_which_re_accepts_owned_and_borrow()
/third_party/rust/crates/which-rs/src/
H A Dlib.rs129 /// let binaries: Vec<PathBuf> = which::which_re(re).unwrap().collect();
137 /// use which::which_re;
140 /// which_re(Regex::new("^cargo-.*").unwrap()).unwrap()
144 pub fn which_re(regex: impl Borrow<Regex>) -> Result<impl Iterator<Item = path::PathBuf>> { in which_re() functions

Completed in 2 milliseconds