symlink

Function symlink 

Source
pub async fn symlink(
    _original: impl AsRef<Path>,
    _link: impl AsRef<Path>,
) -> Result<()>