[][src]Function heim_common::utils::fs::path_exists

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