pub fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
Creates a new hard link on the filesystem.
Wrapper for fs::hard_link.
fs::hard_link