[][src]Function heim_runtime::fs::path_exists

pub fn path_exists<T>(path: T) -> impl Future<Output = bool> where
    T: AsRef<Path> + Send + Unpin + 'static, 

Returns future which checks if path path points to some file.