Searched defs:try_exists (Results 1 – 5 of 5) sorted by relevance
25 pub async fn try_exists(path: impl AsRef<Path>) -> io::Result<bool> { in try_exists() function
105 mod try_exists; module
8 async fn try_exists() { in try_exists() function
77 void try_exists() in try_exists() function
1343 pub fn try_exists(&self) -> io::Result<bool> { in try_exists() method