Expand description
Reads a symbolic link and returns the path it points to.
An error will be returned in the following situations:
path
does not point to an existing link.
- Some other I/O error occurred.
let path = async_fs::read_link("a.txt").await?;