[][src]Function heim_runtime::fs::read_link

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

Returns future which tries read the symlink.