heim_runtime::fs

Function path_exists

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

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