pub fn read_link<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Expand description

Wrapper for fs::read_link.