Searched defs:try_exists (Results 1 – 6 of 6) sorted by relevance
25 pub async fn try_exists(path: impl AsRef<Path>) -> io::Result<bool> { in try_exists() function
277 mod try_exists; module
9 async fn try_exists() { in try_exists() function
77 void try_exists() in try_exists() function
36 pub fn try_exists(&mut self, path: impl AsRef<Path>) -> FileSystemResult<bool> { in try_exists() method
1385 pub fn try_exists(&self) -> io::Result<bool> { in try_exists() method