[][src]Function tokio::fs::read_link

pub fn read_link<P>(path: P) -> impl Future<Output = Result<PathBuf, Error>> where
    P: AsRef<Path>, 

Reads a symbolic link, returning the file that the link points to.

This is an async version of std::fs::read_link