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

pub fn read_link<T>(path: T) -> impl TryFuture<Ok = PathBuf, Error = Error> where
    T: AsRef<Path> + Send + Unpin + 'static, 

Returns future which tries read the symlink.