Function jj_lib::file_util::try_symlink

source ·
pub fn try_symlink<P: AsRef<Path>, Q: AsRef<Path>>(
    original: P,
    link: Q
) -> Result<()>