Function hard_link

Source
pub async fn hard_link(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path>,
) -> Result<()>