Searched defs:try_exists (Results 1 – 4 of 4) sorted by relevance
45 pub fn try_exists(path: &Path) -> io::Result<bool> { in try_exists() function
294 pub fn try_exists(_path: &Path) -> io::Result<bool> { in try_exists() function
2572 pub fn try_exists<P: AsRef<Path>>(path: P) -> io::Result<bool> { in try_exists() function
2873 pub fn try_exists(&self) -> io::Result<bool> { in try_exists() method