pub async fn read_link( path: impl AsRef<Path>) -> impl Future<Output = Result<PathBuf, Error>>
Reads a symbolic link, returning the file that the link points to.
This is an async version of std::fs::read_link
std::fs::read_link