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