Skip to main content

create_symlink

Function create_symlink 

Source
pub fn create_symlink<S: AsRef<Path>, D: AsRef<Path>>(
    src: S,
    dst: D,
) -> Result<()>