Function fs_err::hard_link[][src]

pub fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>

Wrapper for fs::hard_link.